We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38e73f commit 38d2909Copy full SHA for 38d2909
src/doc/reference.md
@@ -1318,10 +1318,10 @@ let fptr: extern "C" fn() -> int = new_int;
1318
Extern functions may be called directly from Rust code as Rust uses large,
1319
contiguous stack segments like C.
1320
1321
-### Type definitions
+### Type aliases
1322
1323
-A _type definition_ defines a new name for an existing [type](#types). Type
1324
-definitions are declared with the keyword `type`. Every value has a single,
+A _type alias_ defines a new name for an existing [type](#types). Type
+aliases are declared with the keyword `type`. Every value has a single,
1325
specific type; the type-specified aspects of a value include:
1326
1327
* Whether the value is composed of sub-values or is indivisible.
0 commit comments