We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db4edd + 4e7812d commit c94ec31Copy full SHA for c94ec31
src/items/type-aliases.md
@@ -3,7 +3,7 @@
3
> **<sup>Syntax</sup>**\
4
> _TypeAlias_ :\
5
> `type` [IDENTIFIER] [_GenericParams_]<sup>?</sup>
6
-> [_WhereClause_]<sup>?</sup> ( `=` [_Type_] ) `;`
+> [_WhereClause_]<sup>?</sup> ( `=` [_Type_] )<sup>?</sup> `;`
7
8
A _type alias_ defines a new name for an existing [type]. Type aliases are
9
declared with the keyword `type`. Every value has a single, specific type, but
0 commit comments