Skip to content

Commit

Permalink
Update discard pattern
Browse files Browse the repository at this point in the history
fix awkward wording
  • Loading branch information
dropwhile authored Mar 10, 2024
1 parent b2d98b5 commit 7f0a6c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7f0a6c5

Please sign in to comment.