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 e44242c commit 24ba4b5Copy full SHA for 24ba4b5
working/macros/feature-specification.md
@@ -774,7 +774,7 @@ class X {
774
```
775
776
Normally, macros always run "inside-out". But in this case `@macroC` runs after
777
-both `@macroB` and `@macroC` which were applied to the class.
+both `@macroB` and `@macroA` which were applied to the class.
778
779
We still allow this because it doesn't cause any ambiguity in ordering, even
780
though it violates the normal rules. We could instead only allow adding macros
0 commit comments