Skip to content

Commit c285c27

Browse files
authored
Minor grammar suggestion
1 parent 1886fda commit c285c27

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)