Skip to content

Commit bcc39e2

Browse files
johnmyleswhiteKristofferC
authored andcommitted
Fix sentence fragment (#29431)
Move whereas clause into subordinate position to avoid sentence fragment. (cherry picked from commit 8907aff)
1 parent 2493934 commit bcc39e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/manual/types.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1123,9 +1123,9 @@ Of course, this depends on what `Int` is aliased to -- but that is predefined to
11231123
type -- either [`Int32`](@ref) or [`Int64`](@ref).
11241124

11251125
(Note that unlike `Int`, `Float` does not exist as a type alias for a specific sized
1126-
[`AbstractFloat`](@ref). Unlike with integer registers, the floating point register sizes
1127-
are specified by the IEEE-754 standard. Whereas the size of `Int` reflects the size of a
1128-
native pointer on that machine.)
1126+
[`AbstractFloat`](@ref). Unlike with integer registers, where the size of `Int`
1127+
reflects the size of a native pointer on that machine, the floating point register sizes
1128+
are specified by the IEEE-754 standard.)
11291129

11301130
## Operations on Types
11311131

0 commit comments

Comments
 (0)