From bb160fbc043f4a6c7a69f0a024592c1160eaceb3 Mon Sep 17 00:00:00 2001 From: John Clements Date: Sun, 17 Oct 2010 20:13:34 -0700 Subject: [PATCH] r/exact-integer?/fixnum/ --- collects/scribblings/reference/hashes.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/hashes.scrbl b/collects/scribblings/reference/hashes.scrbl index d9c592837c..07d8ac85fa 100644 --- a/collects/scribblings/reference/hashes.scrbl +++ b/collects/scribblings/reference/hashes.scrbl @@ -435,7 +435,7 @@ Returns a @tech{fixnum}; for any two calls with @scheme[eqv?] values, the returned number is the same.} -@defproc[(equal-hash-code [v any/c]) exact-integer?]{ +@defproc[(equal-hash-code [v any/c]) fixnum?]{ Returns a @tech{fixnum}; for any two calls with @scheme[equal?] values, the returned number is the same. A hash code is computed even when