From f16576fff373d155840efb7dd8c2c38651688b6b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 8 Dec 2017 17:15:02 -0700 Subject: [PATCH] doc repair --- pkgs/racket-doc/scribblings/reference/bytes.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/bytes.scrbl b/pkgs/racket-doc/scribblings/reference/bytes.scrbl index b57634c94b..7681dab70b 100644 --- a/pkgs/racket-doc/scribblings/reference/bytes.scrbl +++ b/pkgs/racket-doc/scribblings/reference/bytes.scrbl @@ -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)])