Skip to content

Commit 56f2acd

Browse files
authored
Merge pull request #250 from erichaney/master
Fix typo
2 parents a08c4b0 + 2eefc13 commit 56f2acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/-.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(-) # -> 0
22
(- 10) # -> -10
33
(- 1 2) # -> -1
4-
(+ 1.4 -4.5) # -> 5.9
4+
(- 1.4 -4.5) # -> 5.9
55

66
# Equivalent to (- first (+ ;rest))
77
(- 1 2 3 4 5 6 7 8 9 10) # -> -53

0 commit comments

Comments
 (0)