We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2f0bdc + 67ca31d commit f06bafdCopy full SHA for f06bafd
src/items/type-aliases.md
@@ -31,7 +31,7 @@ let _ = UseAlias(5); // OK
31
let _ = TypeAlias(5); // Doesn't work
32
```
33
34
-A type alias, when not used as an associated type, must include a [_Type_] and
+A type alias, when not used as an [associated type], must include a [_Type_] and
35
may not include [_TypeParamBounds_].
36
37
A type alias, when used as an [associated type] in a [trait], must not include a
0 commit comments