diff options
| author | 2021-07-18 20:46:21 -0700 | |
|---|---|---|
| committer | 2021-07-18 20:46:21 -0700 | |
| commit | 9acb0090e4ff37104e73760cd689797c7decd803 (patch) | |
| tree | 7a26cd7b059c07f64d097e3255e63f2dab0e8fee | |
| parent | Add <p> around abstract. (diff) | |
Fix typo.
Diffstat (limited to '')
| -rw-r--r-- | README.org | 4 | ||||
| -rw-r--r-- | index.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -* SRFI 225: Integer Mappings +* SRFI 225: Dictionaries ** by John Cowan (spec) and Arvydas Silanskas (implementation) @@ -6,7 +6,7 @@ keywords: [[https://srfi.schemers.org/?keywords=data-structure][Data Structure]] -This repository hosts [[https://srfi.schemers.org/srfi-225/][SRFI 225]]: Integer Mappings, a [[https://srfi.schemers.org/][Scheme Request for Implementation]]. +This repository hosts [[https://srfi.schemers.org/srfi-225/][SRFI 225]]: Dictionaries, a [[https://srfi.schemers.org/][Scheme Request for Implementation]]. This SRFI is in /draft/ status. @@ -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> |
