docs: fix typos

This commit is contained in:
2020-01-29 21:13:13 +01:00
parent 7bd0817c27
commit cb5c9f0bfe
2 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ optional arguments.</p>
</span>
<p class="doc">
<p>is the option type. To construct an <code>Option</code>, please use
<a href="#int"><code>int</code></a>, <a href="#float"><code>float</code></a>, or <a href="#str">`str</a>.</p>
<a href="#int"><code>int</code></a>, <a href="#float"><code>float</code></a>, or <a href="#str"><code>str</code></a>.</p>
</p>
</div>
@@ -103,7 +103,7 @@ optional arguments.</p>
</span>
<p class="doc">
<p>is the parser type. To construct a <code>Parser</code>, please use
<a href="#new">`new</a>.</p>
<a href="#new"><code>new</code></a>.</p>
</p>
</div>