Skip to content

Commit 54da832

Browse files
authored
Merge pull request #1386 from NextTurn/patch-1
Minor grammar suggestion
2 parents 1886fda + c285c27 commit 54da832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print/print_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct UnPrintable(i32);
2020
struct DebugPrintable(i32);
2121
```
2222

23-
All `std` library types automatically are printable with `{:?}` too:
23+
All `std` library types are automatically printable with `{:?}` too:
2424

2525
```rust,editable
2626
// Derive the `fmt::Debug` implementation for `Structure`. `Structure`

0 commit comments

Comments
 (0)