Skip to content

Commit

Permalink
Fix tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Jan 31, 2025
1 parent f599516 commit 6a898e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods-and-traits/deriving.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {
```

Not all of the `.clone()`s in the above are necessary in this case, but this
demonstrates the generaly boilerplate-y pattern that manual impls would
demonstrates the generally boilerplate-y pattern that manual impls would
follow, which should help make the use of `derive` clear to students.

</details>

0 comments on commit 6a898e0

Please sign in to comment.