summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-03-15 20:42:21 -0400
committerGravatar GitHub 2021-03-15 20:42:21 -0400
commit2262bb8770a8965fa824db5ff517de8788f15891 (patch)
tree170cc7b2e776deaa15d47b6e544114908a511f5f
parentUpdate spec.md (diff)
Update spec.md
-rw-r--r--spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.md b/spec.md
index 1751b69..87563d2 100644
--- a/spec.md
+++ b/spec.md
@@ -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* ...`)`