diff options
| author | 2022-05-20 12:21:58 -0700 | |
|---|---|---|
| committer | 2022-05-20 12:21:58 -0700 | |
| commit | 3256f16deaea2b69f81ac033c19d41c579150804 (patch) | |
| tree | ee4e4e6bf6572b0fa622976f4e5a98d078236447 | |
| parent | editorial (diff) | |
Fix typo.
| -rw-r--r-- | srfi-225.html | 2 |
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> <em>dto dict</em><code>)</code><br> <code>(dict-adjoin!-accumulator!</code> <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> <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> <em>arg</em> …<code>)</code><br> |
