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 9be4090 + fec6524 commit 84955f5Copy full SHA for 84955f5
src/items.md
@@ -46,7 +46,7 @@ There are several kinds of items:
46
* [`extern crate` declarations]
47
* [`use` declarations]
48
* [function definitions]
49
-* [type definitions]
+* [type alias definitions]
50
* [struct definitions]
51
* [enumeration definitions]
52
* [union definitions]
@@ -93,5 +93,5 @@ See [item scopes] for information on the scoping rules of items.
93
[struct definitions]: items/structs.md
94
[trait definitions]: items/traits.md
95
[traits]: items/traits.md
96
-[type definitions]: items/type-aliases.md
+[type alias definitions]: items/type-aliases.md
97
[union definitions]: items/unions.md
0 commit comments