]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/variable-bindings.md
New upstream version 1.14.0+dfsg1
[rustc.git] / src / doc / book / variable-bindings.md
index 30e922d7f4dc0714f8ddd12eeabcdb2c2bbaf438..03f17371de68d8aea04f76fe43fdd632e7b9bb07 100644 (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