Auto merge of #25854 - liigo:patch-1, r=alexcrichton

This commit is contained in:
bors 2015-05-29 11:46:08 +00:00
commit 3a433b968b
1 changed files with 2 additions and 2 deletions

View File

@ -3255,8 +3255,8 @@ User-defined types have limited capabilities.
The primitive types are the following:
* The boolean type `bool` with values `true` and `false`.
* The machine types.
* The machine-dependent integer and floating-point types.
* The machine types (integer and floating-point).
* The machine-dependent integer types.
#### Machine types