We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4d9b3 commit e588d82Copy full SHA for e588d82
src/attributes.md
@@ -3,14 +3,12 @@
3
4
> **<sup>Syntax</sup>**\
5
> _InnerAttribute_ :\
6
-> `#` `!` `[` _Attr_ `]`
7
-> `#` `!` `[` `unsafe` `(` _Attr_ `)` `]`
+> `#` `!` `[` _Attr_ `]`\
+> | `#` `!` `[` `unsafe` `(` _Attr_ `)` `]`
8
>
9
> _OuterAttribute_ :\
10
-> `#` `[` _Attr_ `]`
11
-> `#` `[` `unsafe` `(` _Attr_ `)` `]`
12
13
+> `#` `[` _Attr_ `]`\
+> | `#` `[` `unsafe` `(` _Attr_ `)` `]`
14
15
> _Attr_ :\
16
> [_SimplePath_] _AttrInput_<sup>?</sup>
0 commit comments