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

Clarify what makes up the callback function of a use expression #60

Merged
merged 1 commit into from Mar 16, 2024
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
4 changes: 2 additions & 2 deletions src/content/chapter5_advanced_features/lesson00_use/en.html
Expand Up @@ -20,8 +20,8 @@
including zero.
</p>
<p>
All the following code in the <code class="hljs">{}</code> block becomes the
body of the callback function.
All the remaining code in the enclosing <code class="hljs">{}</code> block
becomes the body of the callback function.
</p>
<p>
This is a very capable and useful feature, but excessive application of
Expand Down