Skip to content

Commit

Permalink
Merge pull request #3790 from Blatko1/main
Browse files Browse the repository at this point in the history
Minor text improvements
  • Loading branch information
chriskrycho authored Apr 5, 2024
2 parents 442eda7 + 4229b32 commit ca38b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appendix-03-derivable-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `Debug` trait allows you to print instances of a type for debugging
purposes, so you and other programmers using your type can inspect an instance
at a particular point in a program’s execution.

The `Debug` trait is required, for example, in use of the `assert_eq!` macro.
The `Debug` trait is required, for example, in using the `assert_eq!` macro.
This macro prints the values of instances given as arguments if the equality
assertion fails so programmers can see why the two instances weren’t equal.

Expand Down

0 comments on commit ca38b93

Please sign in to comment.