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 cb21198 + 38d2909 commit 8404ea6Copy full SHA for 8404ea6
src/doc/reference.md
@@ -1317,10 +1317,10 @@ let fptr: extern "C" fn() -> int = new_int;
1317
Extern functions may be called directly from Rust code as Rust uses large,
1318
contiguous stack segments like C.
1319
1320
-### Type definitions
+### Type aliases
1321
1322
-A _type definition_ defines a new name for an existing [type](#types). Type
1323
-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,
1324
specific type; the type-specified aspects of a value include:
1325
1326
* Whether the value is composed of sub-values or is indivisible.
0 commit comments