We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b33bf81 + aeda9bc commit 880a605Copy full SHA for 880a605
src/items/generics.md
@@ -12,7 +12,7 @@
12
> [LIFETIME_OR_LABEL] ( `:` [_LifetimeBounds_] )<sup>?</sup>
13
>
14
> _TypeParam_ :\
15
-> [IDENTIFIER]( `:` [_TypeParamBounds_]<sup>?</sup> )<sup>?</sup> ( `=` [_Type_] )<sup>?</sup>
+> [IDENTIFIER] ( `:` [_TypeParamBounds_]<sup>?</sup> )<sup>?</sup> ( `=` [_Type_] )<sup>?</sup>
16
17
> _ConstParam_:\
18
> `const` [IDENTIFIER] `:` [_Type_] ( `=` _[Block][block]_ | [IDENTIFIER] | -<sup>?</sup>[LITERAL] )<sup>?</sup>
0 commit comments