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 35a2ff1 commit deb4ccbCopy full SHA for deb4ccb
book/src/04_traits/04_derive.md
@@ -58,7 +58,7 @@ You've already encountered a few macros in past exercises:
58
Rust macros are **code generators**.\
59
They generate new Rust code based on the input you provide, and that generated code is then compiled alongside
60
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
+write your own. We won't be creating our own macro in this course, but you can find some useful
62
pointers in the ["Further reading" section](#further-reading).
63
64
### Inspection
0 commit comments