Skip to content

Commit 20abf05

Browse files
authoredDec 27, 2016
And suddenly a german word :O
"verboten" is german for "forbidden"
1 parent b7e5148 commit 20abf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/book/variable-bindings.md

+1-1
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)
Please sign in to comment.