summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-19 20:45:38 -0700
committerGravatar Arthur A. Gleckler 2022-09-19 20:45:38 -0700
commitfd38e3e39c2dcad7b22942528179279ab4eca277 (patch)
tree04ddf27c593ab0bc9d19fc63e06564f6ded3f785 /index.html
parentLink to landing pages of other SRFIs. (diff)
Finalize.
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 8eac04c..bdc1a51 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
<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>
+ <p class="status">status: <em>final</em> (2022-09-19)</p>
<p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=data-structure">Data Structure</a></p><span class="see-also">See also <a href="/srfi-146/">SRFI 146: Mappings</a> and <a href="/srfi-167/">SRFI 167: Ordered Key Value Store</a>.</span>
<ul class="info">
@@ -78,5 +78,4 @@
value="srfi-225@srfi.schemers.org"></form></a></li></ul>
<h2>Abstract</h2><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.
- However, what procedures can be called on the object is partly determined by whether it is pure.
- Such an object is called a <em>dict(ionary)</em> in this SRFI.</p></body></html> \ No newline at end of file
+ Such an object is called a <em>dictionary</em> or <em>dict</em> in this SRFI.</p></body></html> \ No newline at end of file