diff options
author | Colin Okay <colin@cicadas.surf> | 2022-11-26 04:29:46 -0800 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-11-26 04:29:46 -0800 |
commit | d6b529a4654a8424d36f86b3e323accf48fd46b8 (patch) | |
tree | 7c795f98731f84f05872f166395c672d9737ee02 | |
parent | 89bed37d996ec7e788932abed66621108392c715 (diff) |
Fix: typo in readme
-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)) |