We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e71574 commit 5cfcc00Copy full SHA for 5cfcc00
lib/node_modules/@stdlib/datasets/sotu/docs/repl.txt
@@ -64,7 +64,7 @@
64
[ {...}, {...}, {...} ]
65
66
// Retrieve addresses from a range of consecutive years...
67
- > opts = { 'range': [ 2008-2016 ] }
+ > opts = { 'range': [ 2008, 2016 ] }
68
> out = {{alias}}( opts )
69
[ {...}, {...}, ... ]
70
0 commit comments