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.
1 parent f599516 commit 6a898e0Copy full SHA for 6a898e0
src/methods-and-traits/deriving.md
@@ -47,7 +47,7 @@ fn main() {
47
```
48
49
Not all of the `.clone()`s in the above are necessary in this case, but this
50
- demonstrates the generaly boilerplate-y pattern that manual impls would
+ demonstrates the generally boilerplate-y pattern that manual impls would
51
follow, which should help make the use of `derive` clear to students.
52
53
</details>
0 commit comments