We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442eda7 + 4229b32 commit ca38b93Copy full SHA for ca38b93
src/appendix-03-derivable-traits.md
@@ -45,7 +45,7 @@ The `Debug` trait allows you to print instances of a type for debugging
45
purposes, so you and other programmers using your type can inspect an instance
46
at a particular point in a program’s execution.
47
48
-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.
49
This macro prints the values of instances given as arguments if the equality
50
assertion fails so programmers can see why the two instances weren’t equal.
51
0 commit comments