diff options
| author | Nathan Musoke <nathan.musoke@gmail.com> | 2016-09-27 23:20:50 +1300 |
|---|---|---|
| committer | Nathan Musoke <nathan.musoke@gmail.com> | 2016-09-27 23:20:50 +1300 |
| commit | 73e5a98e71f1f4fa948f0f2111b4c5688c0ee6dc (patch) | |
| tree | 82d330a7de7746e1964ad6ffe54bc89960015fa2 | |
| parent | d0623cf7bda44849ab5df78a06b22f9108cf821a (diff) | |
| download | rust-73e5a98e71f1f4fa948f0f2111b4c5688c0ee6dc.tar.gz rust-73e5a98e71f1f4fa948f0f2111b4c5688c0ee6dc.zip | |
doc: Fix minor typo in book/variable-bindings.md
| -rw-r--r-- | src/doc/book/variable-bindings.md | 2 |
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 |
