docs: fix typos
This commit is contained in:
4
cli.carp
4
cli.carp
@@ -103,7 +103,7 @@ optional arguments.")
|
|||||||
)
|
)
|
||||||
|
|
||||||
(doc Option "is the option type. To construct an `Option`, please use
|
(doc Option "is the option type. To construct an `Option`, please use
|
||||||
[`int`](#int), [`float`](#float), or [`str](#str).")
|
[`int`](#int), [`float`](#float), or [`str`](#str).")
|
||||||
(deftype Option [
|
(deftype Option [
|
||||||
type- Tag
|
type- Tag
|
||||||
long String
|
long String
|
||||||
@@ -115,7 +115,7 @@ optional arguments.")
|
|||||||
])
|
])
|
||||||
|
|
||||||
(doc Parser "is the parser type. To construct a `Parser`, please use
|
(doc Parser "is the parser type. To construct a `Parser`, please use
|
||||||
[`new](#new).")
|
[`new`](#new).")
|
||||||
(deftype Parser [
|
(deftype Parser [
|
||||||
description String
|
description String
|
||||||
options (Array Option)
|
options (Array Option)
|
||||||
|
@@ -82,7 +82,7 @@ optional arguments.</p>
|
|||||||
</span>
|
</span>
|
||||||
<p class="doc">
|
<p class="doc">
|
||||||
<p>is the option type. To construct an <code>Option</code>, please use
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,7 +103,7 @@ optional arguments.</p>
|
|||||||
</span>
|
</span>
|
||||||
<p class="doc">
|
<p class="doc">
|
||||||
<p>is the parser type. To construct a <code>Parser</code>, please use
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user