Skip to content

Commit

Permalink
Merge pull request adambard#590 from jorams/cl-intro-typo
Browse files Browse the repository at this point in the history
[common-lisp/en] Fix typo in Common Lisp introduction.
  • Loading branch information
vendethiel committed Apr 3, 2014
2 parents 6fcf30a + 5c70a9f commit 9b1f4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-lisp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributors:

ANSI Common Lisp is a general purpose, multi-paradigm programming
language suited for a wide variety of industry applications. It is
frequently referred to a programmable programming language.
frequently referred to as a programmable programming language.

The classic starting point is [Practical Common Lisp and freely available.](http://www.gigamonkeys.com/book/)

Expand Down Expand Up @@ -140,7 +140,7 @@ nil ; for false - and the empty list
;; 2. Variables
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; You can create a global (dynamically scoped) using defparameter
;; a variable name can use any character except: ()[]{}",'`;#|\
;; a variable name can use any character except: ()",'`;#|\
;; Dynamically scoped variables should have earmuffs in their name!
Expand Down

0 comments on commit 9b1f4f1

Please sign in to comment.