diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2014-11-02 11:16:28 -0700 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2014-11-02 11:16:28 -0700 |
commit | 4fb5839edc6100f0029af0d3a082ec4753c86388 (patch) | |
tree | dfbd96197e6d4c1a4f96c013d1dd1a42c0c0ef41 /common-lisp.html.markdown | |
parent | d234d1c8945a7a4fdc812be65de89ca0c6aa52b6 (diff) | |
parent | 24a4426dd0f02468810b475d17bb6aed307e178a (diff) |
Merge remote-tracking branch 'upstream/master'
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 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 |