And suddenly a german word :O
"verboten" is german for "forbidden"
This commit is contained in:
parent
b7e5148bbd
commit
20abf050e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue