diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter0_basics/lesson11_discard_patterns/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson11_discard_patterns/en.html b/src/content/chapter0_basics/lesson11_discard_patterns/en.html index 46dc79b..91cfb42 100644 --- a/src/content/chapter0_basics/lesson11_discard_patterns/en.html +++ b/src/content/chapter0_basics/lesson11_discard_patterns/en.html @@ -2,7 +2,7 @@ If a variable is assigned but not used then Gleam will emit a warning. </p> <p> - If a variable is intended not to be use then the name can be prefixed with an + If a variable is intended to not be used, then the name can be prefixed with an underscore, silencing the warning. </p> <p> |