Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 756b1f4

Browse files
committed
off-by-one error in the range output example
1 parent f967d59 commit 756b1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_frontmatter/conventions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ a function/var or shortening lengthy output:
3131
(def one 1)
3232
3333
(into [] (range 1 20))
34-
;; -> [1 2 ... 20]
34+
;; -> [1 2 ... 19]
3535
----
3636

3737
When an expression produces output to +STDOUT+ or +STDERR+, it is

0 commit comments

Comments
 (0)