summaryrefslogtreecommitdiffhomepage
path: root/common-lisp.html.markdown
diff options
context:
space:
mode:
authorJohnathan Maudlin <maudlin.johnathan@gmail.com>2014-10-29 22:13:33 -0400
committerJohnathan Maudlin <maudlin.johnathan@gmail.com>2014-10-29 22:13:33 -0400
commit259c144eeb7b349a00891eb7bfa26ed564dfe580 (patch)
treed5620fc0ecba85da3f66d15ea0952eccfa718ebf /common-lisp.html.markdown
parentfe277959606857f2690b4d6dd224fffc6a550d34 (diff)
parent7d0eaa855959c03b52795a7457001bbd69d88464 (diff)
Merge pull request #1 from adambard/master
Merge from upstream
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 08134e35..c4ecb5e8 100644
--- a/common-lisp.html.markdown
+++ b/common-lisp.html.markdown
@@ -431,7 +431,7 @@ nil ; for false - and the empty list
:walked
(walker (1- n))))
-(walker) ; => :walked
+(walker 5) ; => :walked
;; Most of the time, we use DOLIST or LOOP