forked from HowardHinnant/date
Fix misspellings
This commit is contained in:
16
d0355r5.html
16
d0355r5.html
@@ -8389,7 +8389,7 @@ There are 4 specializations of <code>time_of_day</code> to handle four precision
|
||||
|
||||
<li>
|
||||
<pre>
|
||||
tempalte <> class time_of_day<hours>
|
||||
template <> class time_of_day<hours>
|
||||
</pre>
|
||||
<blockquote><p>
|
||||
This specialization handles hours since midnight.
|
||||
@@ -8398,7 +8398,7 @@ This specialization handles hours since midnight.
|
||||
|
||||
<li>
|
||||
<pre>
|
||||
tempalte <> class time_of_day<minutes>
|
||||
template <> class time_of_day<minutes>
|
||||
</pre>
|
||||
<blockquote><p>
|
||||
This specialization handles hours:minutes since midnight.
|
||||
@@ -8407,7 +8407,7 @@ This specialization handles hours:minutes since midnight.
|
||||
|
||||
<li>
|
||||
<pre>
|
||||
tempalte <> class time_of_day<seconds>
|
||||
template <> class time_of_day<seconds>
|
||||
</pre>
|
||||
<blockquote><p>
|
||||
This specialization handles hours:minutes:seconds since midnight.
|
||||
@@ -8416,7 +8416,7 @@ This specialization handles hours:minutes:seconds since midnight.
|
||||
|
||||
<li>
|
||||
<pre>
|
||||
tempalte <class Rep, class Period> class time_of_day<duration<Rep, Period>>
|
||||
template <class Rep, class Period> class time_of_day<duration<Rep, Period>>
|
||||
</pre>
|
||||
<blockquote><p>
|
||||
This specialization is restricted to <code>Rep</code> types that are integral, and
|
||||
@@ -8434,7 +8434,7 @@ Each specialization of <code>time_of_day</code> is a standard-layout class type.
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
tempalte <>
|
||||
template <>
|
||||
class time_of_day<hours>
|
||||
{
|
||||
public:
|
||||
@@ -8550,7 +8550,7 @@ that no leading zero is output for hours less than 10.
|
||||
</blockquote>
|
||||
|
||||
<pre>
|
||||
tempalte <>
|
||||
template <>
|
||||
class time_of_day<minutes>
|
||||
{
|
||||
public:
|
||||
@@ -8679,7 +8679,7 @@ that no leading zero is output for hours less than 10.
|
||||
</blockquote>
|
||||
|
||||
<pre>
|
||||
tempalte <>
|
||||
template <>
|
||||
class time_of_day<seconds>
|
||||
{
|
||||
public:
|
||||
@@ -8821,7 +8821,7 @@ that no leading zero is output for hours less than 10.
|
||||
</blockquote>
|
||||
|
||||
<pre>
|
||||
tempalte <class Rep, class Period>
|
||||
template <class Rep, class Period>
|
||||
class time_of_day<duration<Rep, Period>>
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user