Skip to content

[cmp.alg] Use regular apostrophes instead of fancy Unicode quotation marks. #3143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4955,7 +4955,7 @@
a floating-point type,
yields a value of type \tcode{strong_ordering}
that is consistent with the ordering
observed by \tcode{T}s comparison operators, and
observed by \tcode{T}'s comparison operators, and
if \tcode{numeric_limits<T>::is_iec559} is \tcode{true},
is additionally consistent with the \tcode{totalOrder} operation
as specified in ISO/IEC/IEEE 60599.
Expand Down Expand Up @@ -4991,7 +4991,7 @@
is a floating-point type,
yields a value of type \tcode{weak_ordering}
that is consistent with the ordering
observed by \tcode{T}s comparison operators and \tcode{strong_order}, and
observed by \tcode{T}'s comparison operators and \tcode{strong_order}, and
if \tcode{numeric_limits<T>::is_iec559} is \tcode{true},
is additionally consistent with the following equivalence classes,
ordered from lesser to greater:
Expand Down