Skip to content

Commit 55f8ad1

Browse files
committed
comma removed
1 parent 23e5aa1 commit 55f8ad1

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
@@ -28,7 +28,7 @@ NIL
2828

2929
Note the usage of the word `with` below. `with` will be executed once at the beginning of the loop. See below the usage of `for` which updates the binding on each run of the loop.
3030

31-
**Note:** the `with` form will not have the value of any preceeding variable bound at the beginning of the loop. For that, use `for`.
31+
**Note:** the `with` form will not have the value of any preceeding variable bound at the beginning of the loop. For that use `for`.
3232

3333
```lisp
3434
(loop for x below 50

0 commit comments

Comments
 (0)