From a11b088ee773b2f8e55d904243935e58b4184715 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 7 Nov 2018 03:45:22 -0800 Subject: [PATCH] file/sha1: fix doc typo (#2357) --- pkgs/racket-doc/file/scribblings/sha1.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/file/scribblings/sha1.scrbl b/pkgs/racket-doc/file/scribblings/sha1.scrbl index 2152aa514e..46736f73c5 100644 --- a/pkgs/racket-doc/file/scribblings/sha1.scrbl +++ b/pkgs/racket-doc/file/scribblings/sha1.scrbl @@ -36,7 +36,7 @@ The @racket[sha1] function composes @racket[bytes->hex-string] with (sha1-bytes [in (or/c bytes? input-port?)] [start exact-nonnegative-integer? 0] [end (or/c #f exact-nonnegative-integer?) #f]) - string?]{ + bytes?]{ The same as @racket[sha1-bytes] from @racketmodname[racket/base], returns a 20-byte byte string that represents the SHA-1 hash of the