summary refs log tree commit diff
diff options
context:
space:
mode:
authorArthur A. Gleckler <srfi@speechcode.com>2020-10-07 09:58:52 -0700
committerArthur A. Gleckler <srfi@speechcode.com>2020-10-07 09:58:52 -0700
commitfb3885e328a1b34bcfdf9467e30d1f66385ec796 (patch)
treeeb85a6837d1432f90fbd166bebbce91e7460e458
parent3e0d1b1b6aa5c0a6362cc241320b9c8760aef167 (diff)
downloadsrfi-214-fb3885e328a1b34bcfdf9467e30d1f66385ec796.tar.gz
srfi-214-fb3885e328a1b34bcfdf9467e30d1f66385ec796.tar.xz
srfi-214-fb3885e328a1b34bcfdf9467e30d1f66385ec796.zip
Fix spelling.
-rw-r--r--srfi-214.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-214.html b/srfi-214.html
index 3626b21..2cf3d0f 100644
--- a/srfi-214.html
+++ b/srfi-214.html
@@ -51,7 +51,7 @@
 <p><code>λ</code> is a shorthand alias for <code>lambda</code>.</p>

 </li>

 </ul>

-<p>Additionally, examples include literal flexvector values written using <a target="_blank" href="https://srfi.schemers.org/srfi-10/srfi-10.html">SRFI 10</a> notation: <code>#,(flexvector a b c)</code> is a flexvector of length 3 containg the symbol values <code>a</code>, <code>b</code>, and <code>c</code>. <strong>This notation is only used for example purposes.</strong> This SRFI does not depend on SRFI 10, and it does not define the <code>#,(flexvector x ...)</code> syntax for actual use.</p>

+<p>Additionally, examples include literal flexvector values written using <a target="_blank" href="https://srfi.schemers.org/srfi-10/srfi-10.html">SRFI 10</a> notation: <code>#,(flexvector a b c)</code> is a flexvector of length 3 containing the symbol values <code>a</code>, <code>b</code>, and <code>c</code>. <strong>This notation is only used for example purposes.</strong> This SRFI does not depend on SRFI 10, and it does not define the <code>#,(flexvector x ...)</code> syntax for actual use.</p>

 <h3 id="constructors">Constructors</h3>

 <h4 id="make-flexvector"><code>make-flexvector</code></h4>

 <p><code>(make-flexvector size [fill])</code></p>