about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-09-28 10:33:57 -0700
committerGitHub <noreply@github.com>2016-09-28 10:33:57 -0700
commitf7f1903b8906e1c078a3f5168d0a8994aee520b5 (patch)
tree46a612598abdab1b2bee2d42d4719dc3a1ec81b3
parent9a17da24705f92c432f5c7dfc12ccd925638e679 (diff)
parent73e5a98e71f1f4fa948f0f2111b4c5688c0ee6dc (diff)
downloadrust-f7f1903b8906e1c078a3f5168d0a8994aee520b5.tar.gz
rust-f7f1903b8906e1c078a3f5168d0a8994aee520b5.zip
Rollup merge of #36769 - nathanmusoke:master, r=apasel422
doc: Fix minor typo in book/variable-bindings.md

r? @steveklabnik
-rw-r--r--src/doc/book/variable-bindings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/variable-bindings.md b/src/doc/book/variable-bindings.md
index 30e922d7f4d..03f17371de6 100644
--- a/src/doc/book/variable-bindings.md
+++ b/src/doc/book/variable-bindings.md
@@ -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