Skip to content

Commit

Permalink
Merge pull request #1386 from NextTurn/patch-1
Browse files Browse the repository at this point in the history
Minor grammar suggestion
  • Loading branch information
marioidival committed Nov 16, 2020
2 parents 1886fda + c285c27 commit 54da832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello/print/print_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct UnPrintable(i32);
struct DebugPrintable(i32);
```

All `std` library types automatically are printable with `{:?}` too:
All `std` library types are automatically printable with `{:?}` too:

```rust,editable
// Derive the `fmt::Debug` implementation for `Structure`. `Structure`
Expand Down

0 comments on commit 54da832

Please sign in to comment.