Skip to content

Commit c3cddb8

Browse files
ydreaVeykril
authored andcommitted
Update macros-methodical.md
a typo
1 parent a70defd commit c3cddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decl-macros/macros-methodical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ macro_rules! one_expression {
107107
```
108108

109109
These metavariables leverage the Rust compiler's parser, ensuring that they are always "correct".
110-
An `expr` metavariables will *always* capture a complete, valid expression for the version of Rust being compiled.
110+
An `expr` metavariable will *always* capture a complete, valid expression for the version of Rust being compiled.
111111

112112
You can mix literal token trees and metavariables, within limits (explained in [Metavariables and Expansion Redux]).
113113

0 commit comments

Comments
 (0)