docs: fix cond example.
This commit is contained in:
parent
3bba58d4ac
commit
8453705bc4
1 changed files with 1 additions and 1 deletions
2
lisp.md
2
lisp.md
|
@ -56,7 +56,7 @@ argument, a list of string describing the types for the generic method.
|
|||
```
|
||||
(cond
|
||||
(> 1 2) t
|
||||
(t) f)
|
||||
t f)
|
||||
```
|
||||
|
||||
**if**: a conditional. `(if t 1 2)`
|
||||
|
|
Loading…
Reference in a new issue