Skip to content

Commit 24ba4b5

Browse files
authored
Update feature-specification.md (#2206)
1 parent e44242c commit 24ba4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/macros/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ class X {
774774
```
775775

776776
Normally, macros always run "inside-out". But in this case `@macroC` runs after
777-
both `@macroB` and `@macroC` which were applied to the class.
777+
both `@macroB` and `@macroA` which were applied to the class.
778778

779779
We still allow this because it doesn't cause any ambiguity in ordering, even
780780
though it violates the normal rules. We could instead only allow adding macros

0 commit comments

Comments
 (0)