Skip to content

Commit d3cbe5e

Browse files
authored
corrected typo in comments
"between" instead of "netween"
1 parent 5aec7e6 commit d3cbe5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Module03/03-01-Vectors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"outputs": [],
3030
"source": [
3131
"library(ggplot2)\n",
32-
"library(NISTunits) # Libary to work netween degrees and radians\n",
32+
"library(NISTunits) # Libary to work between degrees and radians\n",
3333
"library(repr)\n",
3434
"options(repr.plot.width=3.5, repr.plot.height=3) # Set the initial plot area dimensions\n",
3535
"\n",

0 commit comments

Comments
 (0)