diff options
| author | 2021-06-26 23:34:55 -0400 | |
|---|---|---|
| committer | 2021-06-26 23:34:55 -0400 | |
| commit | 2e82d3dc1d7dfed1dc97bfc8dd40ff4adb4571fc (patch) | |
| tree | f0e4817c073f9c0f98d198655dfda0e24990034d | |
| parent | formatting (diff) | |
formatting
| -rw-r--r-- | srfi-225.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html index 1c4c3c0..0fd99cd 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -24,7 +24,7 @@ of the object is. Such an object is called a *dictionary* in this SRFI. <p>1) Consider adding <code>dict-map</code>, <code>dict-filter</code>, <code>dict-remove</code>, -and <code>dict-search<code>. +and <code>dict-search</code>. Currently they do not exist because SRFI 125 doesn't have them, as there is no way to create a hash table similar to an existing hash table.</p> |
