aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-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))