Skip to content

Commit ca38b93

Browse files
authored
Merge pull request #3790 from Blatko1/main
Minor text improvements
2 parents 442eda7 + 4229b32 commit ca38b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appendix-03-derivable-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `Debug` trait allows you to print instances of a type for debugging
4545
purposes, so you and other programmers using your type can inspect an instance
4646
at a particular point in a program’s execution.
4747

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

0 commit comments

Comments
 (0)