You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/chap-6/g-c-dictionary/loop_macro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ NIL
28
28
29
29
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.
30
30
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`.
0 commit comments