diff options
author | Adam Bard <github@adambard.com> | 2013-10-09 09:21:03 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-10-09 09:21:03 -0700 |
commit | dac3063ddf1781eeff8704f0b61d38a302b42db7 (patch) | |
tree | a3a3c419761608eb48397b71444f189e04866603 /common-lisp.html.markdown | |
parent | 90461919cdd9672495b421c425510ff2f0a1e4c3 (diff) | |
parent | 925ded87809a5ae9f40a3c825324cb083eaba81e (diff) |
Merge pull request #375 from xakon/master
[perl/en] Fix some links at Perl tutorial
Diffstat (limited to 'common-lisp.html.markdown')
-rw-r--r-- | common-lisp.html.markdown | 2 |
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 |