Skip to content

Commit 3970ed3

Browse files
committed
Remove space
1 parent 0763b2e commit 3970ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/type-aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A type alias with the [_Type_] specification may only appear as an
4040
A type alias with [_TypeParamBounds_] may only specified when used as
4141
an [associated type] in a [trait].
4242

43-
Where clauses before the equals sign on a type alias in a [trait impl] (like
43+
Where clauses before the equals sign on a type alias in a [trait impl] (like
4444
`type TypeAlias<T> where T: Foo = Bar<T>`) are deprecated. Where clauses after
4545
the equals sign (like `type TypeAlias<T> = Bar<T> where T: Foo`) are preferred.
4646

0 commit comments

Comments
 (0)