Skip to content

Commit 85d7f5c

Browse files
committed
Unwrap inner/outer attribute
1 parent 654dfb1 commit 85d7f5c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/attributes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ to name, convention, language, and compiler version. Attributes are modeled
2323
on Attributes in [ECMA-335], with the syntax coming from [ECMA-334] \(C#).
2424

2525
r[attributes.inner]
26-
_Inner attributes_, written with a bang (`!`) after the hash (`#`), apply to the
27-
item that the attribute is declared within.
26+
_Inner attributes_, written with a bang (`!`) after the hash (`#`), apply to the item that the attribute is declared within.
2827

2928
r[attributes.outer]
30-
_Outer attributes_, written without
31-
the bang after the hash, apply to the thing that follows the attribute.
29+
_Outer attributes_, written without the bang after the hash, apply to the thing that follows the attribute.
3230

3331
r[attributes.input]
3432
The attribute consists of a path to the attribute, followed by an optional

0 commit comments

Comments
 (0)