Skip to content

Commit

Permalink
Fix sentence fragment (#29431)
Browse files Browse the repository at this point in the history
Move whereas clause into subordinate position to avoid sentence fragment.
  • Loading branch information
johnmyleswhite authored and StefanKarpinski committed Sep 29, 2018
1 parent f42f7b7 commit 8907aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/manual/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8907aff

Please sign in to comment.