Skip to content

Commit

Permalink
[Common Lisp/en] Add a missing argument to (walker)
Browse files Browse the repository at this point in the history
  • Loading branch information
vendethiel committed Oct 27, 2014
1 parent 2a6e60d commit 67de7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-lisp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67de7d7

Please sign in to comment.