forked from HowardHinnant/date
Fix minor typeos
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
Document number: D0355R4<br>
|
Document number: D0355R4<br>
|
||||||
<br>
|
<br>
|
||||||
<a href="mailto:howard.hinnant@gmail.com">Howard E. Hinnant</a><br>
|
<a href="mailto:howard.hinnant@gmail.com">Howard E. Hinnant</a><br>
|
||||||
2017-08-13<br>
|
2017-09-16<br>
|
||||||
</address>
|
</address>
|
||||||
<hr>
|
<hr>
|
||||||
<h1>Extending <code><chrono></code> to Calendars and Time Zones</h1>
|
<h1>Extending <code><chrono></code> to Calendars and Time Zones</h1>
|
||||||
@@ -9719,7 +9719,7 @@ bool operator>=(const time_zone& x, const time_zone& y) noexcept;
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<code>zoned_traits</code> provides a means for customizing the behavior of
|
<code>zoned_traits</code> provides a means for customizing the behavior of
|
||||||
<code>zoned_time<Duration, TimeZonePtr</code> for the
|
<code>zoned_time<Duration, TimeZonePtr></code> for the
|
||||||
<code>zoned_time</code> default constructor, and constructors taking
|
<code>zoned_time</code> default constructor, and constructors taking
|
||||||
<code>string_view</code>. A specialization for <code>const time_zone*</code>
|
<code>string_view</code>. A specialization for <code>const time_zone*</code>
|
||||||
is provided by the implementation.
|
is provided by the implementation.
|
||||||
@@ -9741,7 +9741,7 @@ static const time_zone* zoned_traits<const time_zone*>::default_zone();
|
|||||||
</pre>
|
</pre>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<i>Returns:</i> <code>date::locate_zone("UTC")</code>.
|
<i>Returns:</i> <code>std::chrono::locate_zone("UTC")</code>.
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
@@ -9750,7 +9750,7 @@ static const time_zone* zoned_traits<const time_zone*>::locate_zone(string
|
|||||||
</pre>
|
</pre>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<i>Returns:</i> <code>date::locate_zone(name)</code>.
|
<i>Returns:</i> <code>std::chrono::locate_zone(name)</code>.
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user