Skip to content

Commit

Permalink
functions: fix bad : in key argument
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Sep 1, 2024
1 parent 03998a3 commit acdb64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit acdb64a

Please sign in to comment.