Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor spelling suggestion #120

Merged
merged 1 commit into from Jun 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/loop.mdz
Expand Up @@ -76,7 +76,7 @@ We can do this easily with the @code`loop` macro.

The @code`loop` macro has several verbs (@code`:range`) and modifiers
(@code`:when`) that let the programmer more easily generate common looping
idioms. The @code`loop` macro is similar to the Common Lips @code`loop` macro,
idioms. The @code`loop` macro is similar to the Common Lisp @code`loop` macro,
but smaller in scope and with a much simpler syntax. As with the @code`for`
macro, the @code`loop` macro expands to similar code as our original
@code`while` expression.
Expand Down