doc repair

This commit is contained in:
Matthew Flatt 2017-12-08 17:15:02 -07:00
parent 6a9a269546
commit f16576fff3

View File

@ -382,7 +382,7 @@ For communication among @tech{places}, the new byte string is allocated in the
]}
@defproc[(bytes-utf-8-index [bstr bytes?]
[skip exact-nonnegative-integer? 0]
[skip exact-nonnegative-integer?]
[err-char (or/c #f char?) #f]
[start exact-nonnegative-integer? 0]
[end exact-nonnegative-integer? (bytes-length bstr)])