Skip to content

Commit 654dfb1

Browse files
committed
Split outer attribute definition to a dedicated rule
1 parent cd8d3d5 commit 654dfb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/attributes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ on Attributes in [ECMA-335], with the syntax coming from [ECMA-334] \(C#).
2424

2525
r[attributes.inner]
2626
_Inner attributes_, written with a bang (`!`) after the hash (`#`), apply to the
27-
item that the attribute is declared within. _Outer attributes_, written without
27+
item that the attribute is declared within.
28+
29+
r[attributes.outer]
30+
_Outer attributes_, written without
2831
the bang after the hash, apply to the thing that follows the attribute.
2932

3033
r[attributes.input]

0 commit comments

Comments
 (0)