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.
1 parent 0763b2e commit 3970ed3Copy full SHA for 3970ed3
src/items/type-aliases.md
@@ -40,7 +40,7 @@ A type alias with the [_Type_] specification may only appear as an
40
A type alias with [_TypeParamBounds_] may only specified when used as
41
an [associated type] in a [trait].
42
43
-Where clauses before the equals sign on a type alias in a [trait impl] (like
+Where clauses before the equals sign on a type alias in a [trait impl] (like
44
`type TypeAlias<T> where T: Foo = Bar<T>`) are deprecated. Where clauses after
45
the equals sign (like `type TypeAlias<T> = Bar<T> where T: Foo`) are preferred.
46
0 commit comments