From bb7f23893776a15413e3be947b46f9b8cc6f7d88 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Tue, 16 Dec 2014 12:50:55 -0500 Subject: [PATCH] Change 'verboten' to 'prohibited' --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index da111cbe6b47b..8788f8976b437 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -450,7 +450,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 prohibited. Let's get back to bindings. Rust variable bindings have one more aspect that differs from other languages: bindings are required to be initialized with a