file/sha1: fix doc typo (#2357)

This commit is contained in:
Asumu Takikawa 2018-11-07 03:45:22 -08:00 committed by Ben Greenman
parent 5d3dc369ea
commit a11b088ee7

View File

@ -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