diff options
| author | 2021-03-15 20:42:21 -0400 | |
|---|---|---|
| committer | 2021-03-15 20:42:21 -0400 | |
| commit | 2262bb8770a8965fa824db5ff517de8788f15891 (patch) | |
| tree | 170cc7b2e776deaa15d47b6e544114908a511f5f | |
| parent | Update spec.md (diff) | |
Update spec.md
| -rw-r--r-- | spec.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ If a key to be added already exists in *dictionary*, the new value prevails. `(dict-adjoin! `dictionary obj ...`)` Returns a dictionary that contains all the associations of *dictionary* -plus those spsecified by *objs*, which alternate between keys and values. +plus those sp8ecified by *objs*, which alternate between keys and values. If a key to be added already exists in *dictionary*, the old value prevails. `(dict-delete! `*dictionary key* ...`)` |
