Skip to content

Commit f7f1903

Browse files
author
Jonathan Turner
authored
Rollup merge of rust-lang#36769 - nathanmusoke:master, r=apasel422
doc: Fix minor typo in book/variable-bindings.md r? @steveklabnik
2 parents 9a17da2 + 73e5a98 commit f7f1903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/variable-bindings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Could not compile `hello_world`.
161161

162162
Rust will not let us use a value that has not been initialized.
163163

164-
Let take a minute to talk about this stuff we've added to `println!`.
164+
Let us take a minute to talk about this stuff we've added to `println!`.
165165

166166
If you include two curly braces (`{}`, some call them moustaches...) in your
167167
string to print, Rust will interpret this as a request to interpolate some sort

0 commit comments

Comments
 (0)