Skip to content

Commit 4c513f5

Browse files
Eeliszygoloid
authored andcommitted
[cmp.alg] Use regular apostrophes instead of fancy Unicode quotation marks.
1 parent bfd8660 commit 4c513f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4958,7 +4958,7 @@
49584958
a floating-point type,
49594959
yields a value of type \tcode{strong_ordering}
49604960
that is consistent with the ordering
4961-
observed by \tcode{T}s comparison operators, and
4961+
observed by \tcode{T}'s comparison operators, and
49624962
if \tcode{numeric_limits<T>::is_iec559} is \tcode{true},
49634963
is additionally consistent with the \tcode{totalOrder} operation
49644964
as specified in ISO/IEC/IEEE 60599.
@@ -4994,7 +4994,7 @@
49944994
is a floating-point type,
49954995
yields a value of type \tcode{weak_ordering}
49964996
that is consistent with the ordering
4997-
observed by \tcode{T}s comparison operators and \tcode{strong_order}, and
4997+
observed by \tcode{T}'s comparison operators and \tcode{strong_order}, and
49984998
if \tcode{numeric_limits<T>::is_iec559} is \tcode{true},
49994999
is additionally consistent with the following equivalence classes,
50005000
ordered from lesser to greater:

0 commit comments

Comments
 (0)