Skip to content

Commit f06bafd

Browse files
authored
Merge pull request rust-lang#1530 from cafkafk/patch-1
add missing associated type link in type-aliases.md
2 parents e2f0bdc + 67ca31d commit f06bafd

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
@@ -31,7 +31,7 @@ let _ = UseAlias(5); // OK
3131
let _ = TypeAlias(5); // Doesn't work
3232
```
3333

34-
A type alias, when not used as an associated type, must include a [_Type_] and
34+
A type alias, when not used as an [associated type], must include a [_Type_] and
3535
may not include [_TypeParamBounds_].
3636

3737
A type alias, when used as an [associated type] in a [trait], must not include a

0 commit comments

Comments
 (0)