From 225aa544539fdbe09d2e48f64605e77ce4284b9e Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sat, 23 Jan 2021 09:01:15 +0100 Subject: [PATCH] hashes.scrbl, hash-intersect: Fix the contract on h0. --- pkgs/racket-doc/scribblings/reference/hashes.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/hashes.scrbl b/pkgs/racket-doc/scribblings/reference/hashes.scrbl index 2dcb9aeccd..8bdcc52ebd 100644 --- a/pkgs/racket-doc/scribblings/reference/hashes.scrbl +++ b/pkgs/racket-doc/scribblings/reference/hashes.scrbl @@ -758,7 +758,7 @@ h } -@defproc[(hash-intersect [h0 (and/c hash? (not/c immutable?))] +@defproc[(hash-intersect [h0 (and/c hash? immutable?)] [h hash?] ... [#:combine combine (-> any/c any/c any/c)