Skip to content

Commit

Permalink
Clarify what makes up the callback function of a use expression
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and lpil committed Mar 16, 2024
1 parent 13ca259 commit e5019e5
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e5019e5

Please sign in to comment.