Skip to content

Commit fec6524

Browse files
committed
Revise list item for type alias definitions
In this list, we call many things "definitions" to distinguish that we're only talking about items here. While it is more clear to say "type alias definitions" rather than "type definitions" when referring to type aliases, let's keep "definitions" in there for now as we use this terminology in other places, especially related to associated type definitions, which are spiritually similar.
1 parent 694dff7 commit fec6524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are several kinds of items:
4646
* [`extern crate` declarations]
4747
* [`use` declarations]
4848
* [function definitions]
49-
* [type aliases]
49+
* [type alias definitions]
5050
* [struct definitions]
5151
* [enumeration definitions]
5252
* [union definitions]
@@ -93,5 +93,5 @@ See [item scopes] for information on the scoping rules of items.
9393
[struct definitions]: items/structs.md
9494
[trait definitions]: items/traits.md
9595
[traits]: items/traits.md
96-
[type aliases]: items/type-aliases.md
96+
[type alias definitions]: items/type-aliases.md
9797
[union definitions]: items/unions.md

0 commit comments

Comments
 (0)