]> git.lizzy.rs Git - rust.git/commitdiff
And suddenly a german word :O
authorkellerkindt <michael.watzko@web.de>
Tue, 27 Dec 2016 01:26:30 +0000 (02:26 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Dec 2016 01:26:30 +0000 (02:26 +0100)
"verboten" is german for "forbidden"

src/doc/book/variable-bindings.md

index 37b6c0513fc9647feef5562e6e31158e66e4c6bd..e1947310a9a28de758bae61f0c35add5f8450dd9 100644 (file)
@@ -102,7 +102,7 @@ mutation, then the solution is quite easy: add `mut`.
 There are other good reasons to avoid mutable state when possible, but they’re
 out of the scope of this guide. In general, you can often avoid explicit
 mutation, and so it is preferable in Rust. That said, sometimes, mutation is
-what you need, so it’s not verboten.
+what you need, so it’s not forbidden.
 
 # Initializing bindings