doc typo: nonnegative-exact -> exact-nonnegative
This commit is contained in:
parent
6444d078eb
commit
1ddb4d025c
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user