diff options
| author | 2021-08-07 16:06:59 -0400 | |
|---|---|---|
| committer | 2021-08-07 18:21:19 -0700 | |
| commit | 49eb14da6a82f2e0f2fb938dff0cfb7581fbea82 (patch) | |
| tree | 3839e670659ccbce277f696e891d27d500dc07d1 | |
| parent | draft 3 (diff) | |
typos
| -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 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> <em>message irritant</em> ... <code>)</code></p> +<p><code>(dictionary-error</code> <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> <em>obj</em><code>)</code></p> +<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>Returns a list of the irritants associated with <em>dictionary-error</em>.</p> |
