From 1bb8d1f8826e21314aae0a96dc25d088afad36f5 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 13 Jan 2023 17:46:10 -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 fe91208..755a885 100644 --- a/README.org +++ b/README.org @@ -24,7 +24,7 @@ Here is an example: (:program some-test-function) (= (1 2) 13) ; (sum-3 1 2) == 13 (= (1 2 :z 3) 6) ; (sum-3 1 2 :z 3) == 6 - (:output (0 0) ; tests that (sum-3 0 0) passes the predicate + (:outputp (0 0) ; tests that (sum-3 0 0) passes the predicate (lambda (result) (= 10 result))) (:fails ; ensures that (sum-3 "strings" "ain't" :z "numbers") fails ("strings" "ain't" :z "numbers")) -- cgit v1.2.3