doc typo: nonnegative-exact -> exact-nonnegative

This commit is contained in:
Stephen Chang 2016-08-30 13:34:22 -04:00 committed by GitHub
parent 6444d078eb
commit 1ddb4d025c

View File

@ -719,7 +719,7 @@ Like @racket[regexp-match-peek-positions], but returns multiple matches like
[end-pos (or/c exact-nonnegative-integer? #f) #f] [end-pos (or/c exact-nonnegative-integer? #f) #f]
[output-port (or/c output-port? #f) #f] [output-port (or/c output-port? #f) #f]
[input-prefix bytes? #""] [input-prefix bytes? #""]
[count nonnegative-exact-integer? 1]) [count exact-nonnegative-integer? 1])
(values (values
(if (and (or (string? pattern) (regexp? pattern)) (if (and (or (string? pattern) (regexp? pattern))
(or/c (string? input) (path? input))) (or/c (string? input) (path? input)))