diff --git a/d0355r3.html b/d0355r3.html index 1948b5e..66b6fa6 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -1731,7 +1731,7 @@ constexpr time_point& operator-=(const duration& d);
-Moidfy section 23.17.6 Class template time_point
[time.point]/p1:
+Modify section 23.17.6 Class template time_point
[time.point]/p1:
@@ -1805,7 +1805,7 @@ Modify 23.17.7 [time.clock]:@@ -3011,7 +3011,7 @@ formatting string specifier according to the following specification:1 The types defined in this subclause shall satisfy the TrivialClock requirements (23.17.3) -unless otherwise sepcified. +unless otherwise specified.
The fmt
string consists of zero or more conversion specifiers and ordinary
-mulibyte characters. A conversion specifier consists of a %
character,
+multibyte characters. A conversion specifier consists of a %
character,
possibly followed by an E
or O
modifier character (described
below), followed by a character that determines the behavior of the conversion specifier.
All ordinary multibyte characters (excluding the terminating null character) are streamed
@@ -3508,7 +3508,7 @@ alternative representation.
%n
, %t
and a space, can be combined to match
a wide range of white-space patterns. For example "%n "
matches one or
-more white space charcters, and "%n%t%t"
matches one to three white
+more white space characters, and "%n%t%t"
matches one to three white
space characters. — end note]time_zone
. — end note]
-This subsection is optional/seperable and needs further discussion in the LEWG. No +This subsection is optional/separable and needs further discussion in the LEWG. No other sections depend upon this subsection.