Skip to content

Commit 2eefc13

Browse files
authored
Fix typo
1 parent e63d685 commit 2eefc13

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)