summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-05-20 12:21:58 -0700
committerGravatar Arthur A. Gleckler 2022-05-20 12:21:58 -0700
commit3256f16deaea2b69f81ac033c19d41c579150804 (patch)
treeee4e4e6bf6572b0fa622976f4e5a98d078236447
parenteditorial (diff)
Fix typo.
-rw-r--r--srfi-225.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html
index a769e89..2ba88dd 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -430,7 +430,7 @@ one for each of the four procedures:
<p><code>(dict-adjoin-accumulator</code>&nbsp;<em>dto dict</em><code>)</code><br>
<code>(dict-adjoin!-accumulator!</code>&nbsp;<em>dto dict</em><code>)</code></p>
<p>The same as <code>dict-set(!)-accumulator</code>, except using <code>dict-adjoin(!)</code>. </p>
-<h3 id="dictionary-type-object-procedures">Dmictionary type object procedures (non-generic)</h3>
+<h3 id="dictionary-type-object-procedures">Dictionary type object procedures (non-generic)</h3>
<p><code>(dto?</code>&nbsp;<em>obj</em><code>)</code></p>
<p>Returns <code>#t</code> if <em>obj</em> is a DTO, and <code>#f</code> otherwise.</p>
<p><code>(make-dto</code>&nbsp;<em>arg</em> …<code>)</code><br>