mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
[CommonLisp] fix typo error in comment
This commit is contained in:
parent
b2028c7f0c
commit
2f4b2e319b
@ -377,7 +377,7 @@ nil ; for false - and the empty list
|
|||||||
;; 4. Equality
|
;; 4. Equality
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
;; Common Lisp has a sophisticated equality system. A couple are covered yere.
|
;; Common Lisp has a sophisticated equality system. A couple are covered here.
|
||||||
|
|
||||||
;; for numbers use `='
|
;; for numbers use `='
|
||||||
(= 3 3.0) ; => t
|
(= 3 3.0) ; => t
|
||||||
|
Loading…
Reference in New Issue
Block a user