Skip to content

Commit 6a898e0

Browse files
committed
Fix tyop
1 parent f599516 commit 6a898e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods-and-traits/deriving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fn main() {
4747
```
4848

4949
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
50+
demonstrates the generally boilerplate-y pattern that manual impls would
5151
follow, which should help make the use of `derive` clear to students.
5252

5353
</details>

0 commit comments

Comments
 (0)