From 8907aff7696fab11cd3f2a0b5f501cb682a43c08 Mon Sep 17 00:00:00 2001 From: John Myles White Date: Sat, 29 Sep 2018 12:21:09 -0700 Subject: [PATCH] Fix sentence fragment (#29431) Move whereas clause into subordinate position to avoid sentence fragment. --- doc/src/manual/types.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/manual/types.md b/doc/src/manual/types.md index 5f307edaa989b..cd0fdd049991d 100644 --- a/doc/src/manual/types.md +++ b/doc/src/manual/types.md @@ -1123,9 +1123,9 @@ Of course, this depends on what `Int` is aliased to -- but that is predefined to type -- either [`Int32`](@ref) or [`Int64`](@ref). (Note that unlike `Int`, `Float` does not exist as a type alias for a specific sized -[`AbstractFloat`](@ref). Unlike with integer registers, the floating point register sizes -are specified by the IEEE-754 standard. Whereas the size of `Int` reflects the size of a -native pointer on that machine.) +[`AbstractFloat`](@ref). Unlike with integer registers, where the size of `Int` +reflects the size of a native pointer on that machine, the floating point register sizes +are specified by the IEEE-754 standard.) ## Operations on Types