docs: fix typo

This commit is contained in:
Matthew Flatt 2020-10-11 13:37:53 -06:00
parent 5cbff3403a
commit 171608a1a2

View File

@ -791,8 +791,7 @@ The comparison predicate of the first argument (@racket[eq?],
(lambda (k v1 v2) (if (eq? k 'a) (+ v1 v2) (- v1 v2))))
]
}
@history[#:added "7.8.0.11"]}
@(close-eval the-eval)
@history[#:added "7.8.0.11"]