Skip to content

Commit 8404ea6

Browse files
committed
rollup merge of rust-lang#19746: steveklabnik/gh9266
Fixes rust-lang#9266
2 parents cb21198 + 38d2909 commit 8404ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,10 +1317,10 @@ let fptr: extern "C" fn() -> int = new_int;
13171317
Extern functions may be called directly from Rust code as Rust uses large,
13181318
contiguous stack segments like C.
13191319

1320-
### Type definitions
1320+
### Type aliases
13211321

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,
1322+
A _type alias_ defines a new name for an existing [type](#types). Type
1323+
aliases are declared with the keyword `type`. Every value has a single,
13241324
specific type; the type-specified aspects of a value include:
13251325

13261326
* Whether the value is composed of sub-values or is indivisible.

0 commit comments

Comments
 (0)