Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges authored and Veykril committed May 14, 2023
1 parent 0bb9ed0 commit 4323e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc-macros/methodical.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All thats required to add the crate to the dependency graph of a project and bri
## Types of procedural macros
With procedural macros, there are actually exist 3 different kinds with each having slightly different properties.
With procedural macros, there actually exists 3 different kinds with each having slightly different properties.
- *function-like* proc-macros which are used to implement `$name ! $arg` invocable macros
- *attribute* proc-macros which are used to implement `#[$arg]` attributes
- *derive* proc-macros which are used to implement a derive, an *input* to a `#[derive(…)]` attribute
Expand Down

0 comments on commit 4323e63

Please sign in to comment.