summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2021-07-18 20:46:21 -0700
committerGravatar Arthur A. Gleckler 2021-07-18 20:46:21 -0700
commit9acb0090e4ff37104e73760cd689797c7decd803 (patch)
tree7a26cd7b059c07f64d097e3255e63f2dab0e8fee /index.html
parentAdd <p> around abstract. (diff)
Fix typo.
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 13c6ae0..b46a8e5 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Integer Mappings</title>
+ <title>Dictionaries</title>
<link href="/admin.css" rel="stylesheet">
<link href="/list.css" rel="stylesheet">
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png">
@@ -19,7 +19,7 @@
</head>
<body>
- <h1>SRFI 225: Integer Mappings</h1>
+ <h1>SRFI 225: Dictionaries</h1>
<p class="authors">by John Cowan (spec) and Arvydas Silanskas (implementation)</p>
<p class="based-on"></p>
<p class="status">status: <em>draft</em> (2021-06-26)</p>