We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d556a0 commit 732fd04Copy full SHA for 732fd04
src/hello/print.md
@@ -64,7 +64,7 @@ fn main() {
64
println!("This struct `{}` won't print...", Structure(3));
65
// FIXME ^ Comment out this line.
66
67
- // For Rust 1.58 and above, you can directly capture the argument from
+ // For Rust 1.58 and above, you can directly capture the argument from a
68
// surrounding variable. Just like the above, this will output
69
// " 1". 5 white spaces and a "1".
70
let number: f64 = 1.0;
0 commit comments