[CommonLisp] fix typo error in comment

This commit is contained in:
Christos Kontas 2013-10-07 17:48:30 +03:00
parent b2028c7f0c
commit 2f4b2e319b

View File

@ -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