diff --git a/src/doc/reference.md b/src/doc/reference.md index 8d1b93ce3c8..e263d40459c 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