diff options
| author | 2021-07-18 20:46:21 -0700 | |
|---|---|---|
| committer | 2021-07-18 20:46:21 -0700 | |
| commit | 9acb0090e4ff37104e73760cd689797c7decd803 (patch) | |
| tree | 7a26cd7b059c07f64d097e3255e63f2dab0e8fee /index.html | |
| parent | Add <p> around abstract. (diff) | |
Fix typo.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
