docs: fix typo in Quadruple docs

This commit is contained in:
hellerve 2020-10-15 15:16:37 +02:00
parent 7d8b2d0f87
commit a3dd41ee25
3 changed files with 25 additions and 2 deletions

View File

@ -91,5 +91,5 @@ For example:
(deftuple Pair a b)
(doc Triple "is a 3-tuple, i.e. a datatype with three members.")
(deftuple Triple a b c)
(doc Quadruple "is a 4-tuple, i.e. a datatype with three members.")
(doc Quadruple "is a 4-tuple, i.e. a datatype with four members.")
(deftuple Quadruple a b c d)

View File

@ -2093,6 +2093,29 @@ predicate <code>p</code>.</p>
<p>prints all information associated with a symbol.</p>
<p>Example Usage:</p>
<pre><code>(info mysymbol)
</code></pre>
</p>
</div>
<div class="binder">
<a class="anchor" href="#kind">
<h3 id="kind">
kind
</h3>
</a>
<div class="description">
primitive
</div>
<p class="sig">
Dynamic
</p>
<span>
</span>
<p class="doc">
<p>prints the kind of a symbol.</p>
<p>Example Usage:</p>
<pre><code>(kind mysymbol)
</code></pre>
</p>

View File

@ -179,7 +179,7 @@
Quadruple
</h1>
<div class="module-description">
<p>is a 4-tuple, i.e. a datatype with three members.</p>
<p>is a 4-tuple, i.e. a datatype with four members.</p>
</div>
<div class="binder">