Skip to content

Commit

Permalink
Grammar typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehershey authored May 28, 2024
1 parent 35a2ff1 commit deb4ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/04_traits/04_derive.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You've already encountered a few macros in past exercises:
Rust macros are **code generators**.\
They generate new Rust code based on the input you provide, and that generated code is then compiled alongside
the rest of your program. Some macros are built into Rust's standard library, but you can also
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
pointers in the ["Further reading" section](#further-reading).

### Inspection
Expand Down

0 comments on commit deb4ccb

Please sign in to comment.