We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0623cf commit 73e5a98Copy full SHA for 73e5a98
src/doc/book/variable-bindings.md
@@ -161,7 +161,7 @@ Could not compile `hello_world`.
161
162
Rust will not let us use a value that has not been initialized.
163
164
-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!`.
165
166
If you include two curly braces (`{}`, some call them moustaches...) in your
167
string to print, Rust will interpret this as a request to interpolate some sort
0 commit comments