Rollup merge of #36769 - nathanmusoke:master, r=apasel422

doc: Fix minor typo in book/variable-bindings.md

r? @steveklabnik
This commit is contained in:
Jonathan Turner 2016-09-28 10:33:57 -07:00 committed by GitHub
commit f7f1903b89
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ Could not compile `hello_world`.
Rust will not let us use a value that has not been initialized.
Let take a minute to talk about this stuff we've added to `println!`.
Let us take a minute to talk about this stuff we've added to `println!`.
If you include two curly braces (`{}`, some call them moustaches...) in your
string to print, Rust will interpret this as a request to interpolate some sort