From acdb64a1df2c236a510198d0f97c1d62fa653125 Mon Sep 17 00:00:00 2001 From: vindarel Date: Sun, 1 Sep 2024 21:17:44 +0200 Subject: [PATCH] functions: fix bad : in key argument --- functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.md b/functions.md index 23739bf..e2c873d 100644 --- a/functions.md +++ b/functions.md @@ -190,7 +190,7 @@ is NIL by default" and "the user wants it to be NIL"? We saw how to use a tuple to set its default value: -`&key (:happy t)` +`&key (happy t)` To answer our question, use a triple like this: