From e5019e5496d27c8c0c56f0510a88cc4fa693ce53 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 15 Mar 2024 13:03:38 -0700 Subject: [PATCH] Clarify what makes up the callback function of a `use` expression --- src/content/chapter5_advanced_features/lesson00_use/en.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/chapter5_advanced_features/lesson00_use/en.html b/src/content/chapter5_advanced_features/lesson00_use/en.html index e295dda..b8e2641 100644 --- a/src/content/chapter5_advanced_features/lesson00_use/en.html +++ b/src/content/chapter5_advanced_features/lesson00_use/en.html @@ -20,8 +20,8 @@ including zero.

- All the following code in the {} block becomes the - body of the callback function. + All the remaining code in the enclosing {} block + becomes the body of the callback function.

This is a very capable and useful feature, but excessive application of