Skip to content

Commit 4477f6d

Browse files
authored
Fix grammar in macro feature specification
1 parent 99b38a1 commit 4477f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

working/macros/feature-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,8 +1045,8 @@ written macro can cause. A well-behaved macro should not:
10451045
done.
10461046

10471047
* 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.
1048+
should be idempotent, and should always generate the same declarations from
1049+
the same inputs.
10501050

10511051
* Use mutable global state to pass objects or information derived from one
10521052
phase to a macro (even itself) running in a later phase.

0 commit comments

Comments
 (0)