Skip to content

Commit de7a4a9

Browse files
committed
updated loop examples
1 parent bf75015 commit de7a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chap-6/g-c-dictionary/loop_macro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note the usage of the word `with` below. `with` will be executed once at the beg
3434
when (and (< i 10)
3535
(not (evenp x)))
3636
do (print x)
37-
(setf i (1+ i)))
37+
(incf i))
3838
1
3939
3
4040
5

0 commit comments

Comments
 (0)