diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |