doc repair
This commit is contained in:
parent
6a9a269546
commit
f16576fff3
|
@ -382,7 +382,7 @@ For communication among @tech{places}, the new byte string is allocated in the
|
||||||
]}
|
]}
|
||||||
|
|
||||||
@defproc[(bytes-utf-8-index [bstr bytes?]
|
@defproc[(bytes-utf-8-index [bstr bytes?]
|
||||||
[skip exact-nonnegative-integer? 0]
|
[skip exact-nonnegative-integer?]
|
||||||
[err-char (or/c #f char?) #f]
|
[err-char (or/c #f char?) #f]
|
||||||
[start exact-nonnegative-integer? 0]
|
[start exact-nonnegative-integer? 0]
|
||||||
[end exact-nonnegative-integer? (bytes-length bstr)])
|
[end exact-nonnegative-integer? (bytes-length bstr)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user