From d6b529a4654a8424d36f86b3e323accf48fd46b8 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 26 Nov 2022 04:29:46 -0800 Subject: Fix: typo in readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3