floating-point types are machine types, not machine-dependent types

This commit is contained in:
Liigo Zhuang 2015-05-28 18:11:32 +08:00
parent 448ce12bc1
commit d061a0f8d5

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