diff options
| author | 2021-07-26 21:56:04 -0700 | |
|---|---|---|
| committer | 2021-07-26 22:37:16 -0700 | |
| commit | cca5f2a0fd591096edc0a45ecd8881546ecae970 (patch) | |
| tree | 4cb9d1841d41df767a1c72a0b865c82a1321df47 | |
| parent | Fix example. (diff) | |
Fix errors reported by W3C HTML Validator.
| -rw-r--r-- | srfi-225.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srfi-225.html b/srfi-225.html index 933334e..c52cafc 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -264,7 +264,7 @@ Returns a dictionary that is similar to <em>dictionary</em> and contains the sam <code>dict-filter</code>, <code>dict-remove</code>, and <code>dict-search</code>. </p> -<p><code>(dict-comparator</code> <em>dtd dictionary</em><code>)</code></p> +<p><code>(dict-comparator</code> <em>dtd dictionary</em><code>)</code></p> <h3 id="dictionary-type-descriptors">Dictionary type descriptors</h3> <p><code>(dtd?</code> <em>obj</em><code>)</code></p> <p>Returns <code>#t</code> if <em>obj</em> is a DTD, and <code>#f</code> otherwise.</p> @@ -300,9 +300,9 @@ should signal an appropriate dictionary exception that can be reliably caught. <p><code>dictionary-error?</code> <em>obj</em><code>)</code></p> <p>Returns <code>#t</code> if <em>obj</em> is a dictionary error and <code>#f</code> otherwise. -<p><code>dictionary-message</code> <em>dictionary-error</em><code>)</code></p> +<p><code>dictionary-message</code> <em>dictionary-error</em><code>)</code></p> <p>Returns the message associated with <em>dictionary-error.</em></p> -<p><code>(dictionary-irritants</code> <em>dictionary-error</em><code>)</code></p> +<p><code>(dictionary-irritants</code> <em>dictionary-error</em><code>)</code></p> <p>Returns a list of the irritants associated with <em>dictionary-error</em>.</p> <h3 id="variables">Variables</h3> <p>The following DTDs are also exported from this SRFI: |
