summaryrefslogtreecommitdiffhomepage
path: root/common-lisp.html.markdown
diff options
context:
space:
mode:
authorChristos Kontas <xakon@yahoo.com>2013-10-07 17:48:30 +0300
committerChristos Kontas <xakon@yahoo.com>2013-10-07 17:48:30 +0300
commit2f4b2e319b54b72298661a35ff9985fee1ecbae0 (patch)
tree4a7281439a21f378969571ce252696426fdc6079 /common-lisp.html.markdown
parentb2028c7f0c3087b34b601ab27e61cc59ae1e9a21 (diff)
[CommonLisp] fix typo error in comment
Diffstat (limited to 'common-lisp.html.markdown')
-rw-r--r--common-lisp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown
index a672b682..dda60797 100644
--- a/common-lisp.html.markdown
+++ b/common-lisp.html.markdown
@@ -377,7 +377,7 @@ nil ; for false - and the empty list
;; 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 `='
(= 3 3.0) ; => t