summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2021-07-26 21:56:04 -0700
committerGravatar Arthur A. Gleckler 2021-07-26 21:56:04 -0700
commit704698a91574b0644dea7d16cc9f420d7ecbd37c (patch)
tree11ad71408f17b2794cefc95d6f2f0ac3cd0f11e5
parentFix example. (diff)
Fix errors reported by W3C HTML Validator.
-rw-r--r--srfi-225.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 1af341c..820354c 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>&nbsp<em>dtd dictionary</em><code>)</code></p>
+<p><code>(dict-comparator</code>&nbsp;<em>dtd dictionary</em><code>)</code></p>
<h3 id="dictionary-type-descriptors">Dictionary type descriptors</h3>
<p><code>(dtd?</code>&nbsp;<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>&nbsp;<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>&nbsp<em>dictionary-error</em><code>)</code></p>
+<p><code>dictionary-message</code>&nbsp;<em>dictionary-error</em><code>)</code></p>
<p>Returns the message associated with <em>dictionary-error.</em></p>
-<p><code>(dictionary-irritants</code>&nbsp<em>dictionary-error</em><code>)</code></p>
+<p><code>(dictionary-irritants</code>&nbsp;<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: