Skip to content

Commit 732fd04

Browse files
authored
Fixes a typo in print.md (#1570)
* docs: fixes two typos * docs: revert to width = 6
1 parent 1d556a0 commit 732fd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn main() {
6464
println!("This struct `{}` won't print...", Structure(3));
6565
// FIXME ^ Comment out this line.
6666
67-
// For Rust 1.58 and above, you can directly capture the argument from
67+
// For Rust 1.58 and above, you can directly capture the argument from a
6868
// surrounding variable. Just like the above, this will output
6969
// " 1". 5 white spaces and a "1".
7070
let number: f64 = 1.0;

0 commit comments

Comments
 (0)