From d061a0f8d51ca2e4d21409e4083bedd430998d88 Mon Sep 17 00:00:00 2001 From: Liigo Zhuang Date: Thu, 28 May 2015 18:11:32 +0800 Subject: [PATCH] floating-point types are machine types, not machine-dependent types --- src/doc/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index 8d1b93ce3c8b9..e263d40459c89 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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