]> git.lizzy.rs Git - rust.git/commitdiff
floating-point types are machine types, not machine-dependent types
authorLiigo Zhuang <com.liigo@gmail.com>
Thu, 28 May 2015 10:11:32 +0000 (18:11 +0800)
committerLiigo Zhuang <com.liigo@gmail.com>
Thu, 28 May 2015 10:11:32 +0000 (18:11 +0800)
src/doc/reference.md

index 8d1b93ce3c8b98cac0a83efc9f69cc20024174d2..e263d40459c89478bb4e80cd91ac5c16d847a5d6 100644 (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