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 99b38a1 commit 4477f6dCopy full SHA for 4477f6d
working/macros/feature-specification.md
@@ -1045,8 +1045,8 @@ written macro can cause. A well-behaved macro should not:
1045
done.
1046
1047
* Produce different results when run multiple times on the same code. A macro
1048
- should be a idempotent, and should always generate the same declarations
1049
- from the same inputs.
+ should be idempotent, and should always generate the same declarations from
+ the same inputs.
1050
1051
* Use mutable global state to pass objects or information derived from one
1052
phase to a macro (even itself) running in a later phase.
0 commit comments