Skip to content

Commit be3c823

Browse files
committed
Fix typo
1 parent a7dde80 commit be3c823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3697-declarative-attribute-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ macro and recommends using it with `macro_rules_attribute::apply`.
196196
[unresolved-questions]: #unresolved-questions
197197

198198
Is an attribute macro allowed to recursively invoke itself by emitting the
199-
attriute in its output? If there is no technical issue with allowing this, then
199+
attribute in its output? If there is no technical issue with allowing this, then
200200
we should do so, to allow simple recursion (e.g. handling defaults by invoking
201201
the same rule as if they were explicitly specified).
202202

0 commit comments

Comments
 (0)