summaryrefslogtreecommitdiffstats
path: root/srfi-225.html
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-19 20:29:43 -0700
committerGravatar Arthur A. Gleckler 2022-09-19 20:29:43 -0700
commit92458d65ac858c6d308f969b31d022073f57c920 (patch)
tree0509fd1a5d88d99691a1ad6cab31a69c760e3f7e /srfi-225.html
parentcopy edits (diff)
parenteditorial (diff)
Merge branch 'master' of github.com:johnwcowan/srfi-225
Diffstat (limited to 'srfi-225.html')
-rw-r--r--srfi-225.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 491cd4c..1e140e1 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) &rArr; 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.