summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-08-07 16:06:59 -0400
committerGravatar Arthur A. Gleckler 2021-08-07 18:21:19 -0700
commit49eb14da6a82f2e0f2fb938dff0cfb7581fbea82 (patch)
tree3839e670659ccbce277f696e891d27d500dc07d1
parentdraft 3 (diff)
typos
-rw-r--r--srfi-225.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 910bf23..8c43c74 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -322,15 +322,15 @@ arguments to the underlying dictionary-type-specific constructor.
<p>Returns the procedure designated by <em>procindex</em> from <em>dtd</em>.
This allows the ability to call a particular DTD procedure more efficiently multiple times.</p>
<h3 id="exceptions">Exceptions</h3>
-<p><code>dictionary-error</code>&nbsp;<em>message irritant</em> ... <code>)</code></p>
+<p><code>(dictionary-error</code>&nbsp;<em>message irritant</em> ... <code>)</code></p>
<p>Returns a dictionary error with the given <em>message</em> (a string) and
<em>irritants</em> (any objects).
If a particular procedure in a DTD cannot be implemented, it instead
should signal an appropriate dictionary exception that can be reliably caught.
-<p><code>dictionary-error?</code>&nbsp;<em>obj</em><code>)</code></p>
+<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>Returns a list of the irritants associated with <em>dictionary-error</em>.</p>
eef247586113cd8a39ea3e2f2124338&follow=1'>implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488