We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a17da2 + 73e5a98 commit f7f1903Copy full SHA for f7f1903
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