summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar John Cowan 2022-09-19 21:52:08 -0400
committerGravatar John Cowan 2022-09-19 21:52:08 -0400
commitd7909ddb5bcafb3accb6822ab317d8bafe2c9592 (patch)
treeec47fe12898f5eb1dda02dbbee5923d45d06ad0e
parentfixed all SRFI examples (diff)
editorial
-rw-r--r--srfi-225.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html
index ef1cc14..665391a 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -342,7 +342,7 @@ key <em>key</em>.
if the dictionary is ordered. The procedure returns an unspecified value.</p>
<blockquote><pre>(define (write-key key value) (write key))
(dict-for-each dto write-key dict) =&gt; unspecified
- ; writes &quot;135&quot; to current output</pre></blockquote> <b>FIXME</b>
+ ; writes &quot;135&quot; to current output</pre></blockquote>
<p><code>(dict-&gt;generator</code>&nbsp;<em>dto dict</em> [ <em>start</em> [ <em>end</em> ] ] <code>)</code></p>
<p>Returns a <a href="https://srfi.schemers.org/srfi-158/srfi-158.html">SRFI 158 generator</a>
that, when invoked, returns the associations of <em>dict</em> as pairs.