Skip to content

Commit 96c79c9

Browse files
authored
Rollup merge of rust-lang#38628 - kellerkindt:patch-1, r=steveklabnik
And suddenly a german word :O "verboten" is german for "forbidden"
2 parents 8623907 + 20abf05 commit 96c79c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/variable-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ mutation, then the solution is quite easy: add `mut`.
102102
There are other good reasons to avoid mutable state when possible, but they’re
103103
out of the scope of this guide. In general, you can often avoid explicit
104104
mutation, and so it is preferable in Rust. That said, sometimes, mutation is
105-
what you need, so it’s not verboten.
105+
what you need, so it’s not forbidden.
106106

107107
# Initializing bindings
108108

0 commit comments

Comments
 (0)