We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db4edd commit 4e7812dCopy full SHA for 4e7812d
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