Skip to content

Commit ed79aa0

Browse files
em-tgWilfred
andauthored
Fix typo
Co-authored-by: Wilfred Hughes <[email protected]>
1 parent f728142 commit ed79aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3742-mutate-non-mutable-locals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Alternatives have been proposed to independently address the friction and langua
156156

157157
## Addressing Friction
158158

159-
One alernative is for people inconvenienced by `mut_non_mut` is to err on
159+
One alternative is for people inconvenienced by `mut_non_mut` is to err on
160160
the side of using `mut` everywhere, since `unused_mut` is a lint already and not a hard
161161
error. There are problems with this strategy, though:
162162
- There are a _lot_ of places where you'd have to add `mut`, including function

0 commit comments

Comments
 (0)