Address reviewer comments

This commit is contained in:
Howard Hinnant 2018-03-15 16:09:16 -04:00
parent b824f98305
commit 98c37dd3ee

View File

@ -9192,7 +9192,7 @@ computer has set as its local time zone.
</blockquote>
<pre>
tzdb_list&lt;tzdb&gt;&amp; get_tzdb_list();
tzdb_list&amp; get_tzdb_list();
</pre>
<blockquote>
<p>
@ -9211,7 +9211,7 @@ one time.
<p>
<i>Throws:</i> <code>runtime_error</code> if for any reason a
reference can not be returned to a valid
<code>tzdb_list&lt;tzdb&gt;&amp;</code> containing one or more valid
<code>tzdb_list&amp;</code> containing one or more valid
<code>tzdb</code>.
</p>
</blockquote>