Skip to content

Commit deb4ccb

Browse files
authored
Grammar typo (mainmatter#65)
1 parent 35a2ff1 commit deb4ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/04_traits/04_derive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You've already encountered a few macros in past exercises:
5858
Rust macros are **code generators**.\
5959
They generate new Rust code based on the input you provide, and that generated code is then compiled alongside
6060
the rest of your program. Some macros are built into Rust's standard library, but you can also
61-
write your own. We won't be creating our macro in this course, but you can find some useful
61+
write your own. We won't be creating our own macro in this course, but you can find some useful
6262
pointers in the ["Further reading" section](#further-reading).
6363

6464
### Inspection

0 commit comments

Comments
 (0)