summaryrefslogtreecommitdiffstats
path: root/srfi
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2021-11-13 15:45:13 -0800
committerGravatar Arthur A. Gleckler 2021-11-13 15:45:13 -0800
commit9b7c7445b228c6675cd470423cc93feb661929f2 (patch)
treedfd52bec368fc4d17be155046567566482374894 /srfi
parentDrop trailing whitespace. (diff)
Fix errors reported by W3C HTML Validator.
Diffstat (limited to '')
-rw-r--r--srfi-225.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 89c842f..0789bf9 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -432,7 +432,7 @@ new dictionary types that may not have complete dictionary APIs:</p>
<dd>dict-alter</dd>
<dt>dict-delete</dt>
- <dd>dict-delete-all</dt>
+ <dd>dict-delete-all</dd>
<dt>dict-delete-all</dt>
<dd>dict-alter</dd>
@@ -441,10 +441,10 @@ new dictionary types that may not have complete dictionary APIs:</p>
<dd>dict-alter</dd>
<dt>dict-intern</dt>
- <dd>dict-alter</dt>
+ <dd>dict-alter</dd>
<dt>dict-update</dt>
- <dd>dict-alter</dt>
+ <dd>dict-alter</dd>
<dt>dict-update/default</dt>
<dd>dict-update</dd>
@@ -468,7 +468,7 @@ new dictionary types that may not have complete dictionary APIs:</p>
<dd>dict-filter</dd>
<dt>dict-count</dt>
- <dd>dict-fold</dt>
+ <dd>dict-fold</dd>
<dt>dict-any</dt>
<dd>dict-for-each</dd>
+20 2024-09-27read: document datum labelGravatar Peter McGoron 1-0/+8 2024-09-27read: change datum label to object, that returns an encapsulated datum labelGravatar Peter McGoron 1-33/+47 2024-09-27read: add object encapsulating identifierGravatar Peter McGoron 3-24/+49 2024-09-27Revert "add object helper functions"Gravatar Peter McGoron 3-159/+129 2024-09-27Revert "object: change to a stateful table"Gravatar Peter McGoron 4-95/+42 2024-09-27Revert "object: rename"Gravatar Peter McGoron 3-12/+8 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17