summaryrefslogtreecommitdiffstats
path: root/srfi-225.html
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2021-07-18 20:39:06 -0700
committerGravatar Arthur A. Gleckler 2021-07-18 20:39:06 -0700
commit6ab256c7a32d44b6063c786a3e8cce503eed6375 (patch)
tree8b3df4b67316ce1078e2106e676d1255742fc0e3 /srfi-225.html
parentPublish first draft. (diff)
Add <p> around abstract.
Diffstat (limited to '')
-rw-r--r--srfi-225.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 4dc4d22..63dea4e 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -25,10 +25,10 @@
<h2 id="abstract">Abstract</h2>
-The procedures of this SRFI allow callers to
+<p>The procedures of this SRFI allow callers to
manipulate an object that maps keys to values
without the caller needing to know exactly what the type
-of the object is. Such an object is called a <em>dictionary</em> in this SRFI.
+of the object is. Such an object is called a <em>dictionary</em> in this SRFI.</p>
<h2 id="issues">Issues</h2>