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 a70defd commit c3cddb8Copy full SHA for c3cddb8
src/decl-macros/macros-methodical.md
@@ -107,7 +107,7 @@ macro_rules! one_expression {
107
```
108
109
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.
+An `expr` metavariable will *always* capture a complete, valid expression for the version of Rust being compiled.
111
112
You can mix literal token trees and metavariables, within limits (explained in [Metavariables and Expansion Redux]).
113
0 commit comments