file/sha1: fix doc typo (#2357)
This commit is contained in:
parent
5d3dc369ea
commit
a11b088ee7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user