aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-11-26 04:29:46 -0800
committerColin Okay <colin@cicadas.surf>2022-11-26 04:29:46 -0800
commitd6b529a4654a8424d36f86b3e323accf48fd46b8 (patch)
tree7c795f98731f84f05872f166395c672d9737ee02
parent89bed37d996ec7e788932abed66621108392c715 (diff)
Fix: typo in readme
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 129303f..fe91208 100644
--- a/README.org
+++ b/README.org
@@ -95,7 +95,7 @@ Amending the above example, we include a comparator test:
"Adds three numbers, one of which defaults to 10."
:tests
(:program test-fibble)
- (= (0 0 :z 39) 30) ; (assert (= (fibble 0 0 :z 30) 30))
+ (= (0 0 :z 30) 30) ; (assert (= (fibble 0 0 :z 30) 30))
:end
(+ x y z))