Skip to content

Commit 5cfcc00

Browse files
committed
Fix range option
1 parent 5e71574 commit 5cfcc00

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/datasets/sotu/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/datasets/sotu/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
[ {...}, {...}, {...} ]
6565

6666
// Retrieve addresses from a range of consecutive years...
67-
> opts = { 'range': [ 2008-2016 ] }
67+
> opts = { 'range': [ 2008, 2016 ] }
6868
> out = {{alias}}( opts )
6969
[ {...}, {...}, ... ]
7070

0 commit comments

Comments
 (0)