Skip to content

Commit 73e5a98

Browse files
committed
doc: Fix minor typo in book/variable-bindings.md
1 parent d0623cf commit 73e5a98

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)