Skip to content

Commit 464594c

Browse files
committed
Rollup merge of rust-lang#25854 - liigo:patch-1, r=alexcrichton
2 parents d3a9dc1 + d061a0f commit 464594c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3256,8 +3256,8 @@ User-defined types have limited capabilities.
32563256
The primitive types are the following:
32573257

32583258
* The boolean type `bool` with values `true` and `false`.
3259-
* The machine types.
3260-
* The machine-dependent integer and floating-point types.
3259+
* The machine types (integer and floating-point).
3260+
* The machine-dependent integer types.
32613261

32623262
#### Machine types
32633263

0 commit comments

Comments
 (0)