docs: remove unneeded space

Very minor: The space made sense previously to make things line up,
but it's not helpful anymore.
This commit is contained in:
Matthew Flatt 2019-09-30 18:15:08 -06:00
parent 27c1847ce8
commit c3d23ccf18

View File

@ -512,7 +512,7 @@ return @emph{only} the separators, making such uses equivalent to
[end-pos (or/c exact-nonnegative-integer? #f) #f]
[output-port (or/c output-port? #f) #f]
[input-prefix bytes? #""])
(or/c #f (cons/c bytes? (listof (or/c bytes? #f))))]{
(or/c #f (cons/c bytes? (listof (or/c bytes? #f))))]{
Like @racket[regexp-match] on input ports, except that if the match
fails, no characters are read and discarded from @racket[in].