Skip to content

Commit

Permalink
doc typo: nonnegative-exact -> exact-nonnegative
Browse files Browse the repository at this point in the history
  • Loading branch information
stchang committed Aug 30, 2016
1 parent 6444d07 commit 1ddb4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/racket-doc/scribblings/reference/regexps.scrbl
Expand Up @@ -719,7 +719,7 @@ Like @racket[regexp-match-peek-positions], but returns multiple matches like
[end-pos (or/c exact-nonnegative-integer? #f) #f]
[output-port (or/c output-port? #f) #f]
[input-prefix bytes? #""]
[count nonnegative-exact-integer? 1])
[count exact-nonnegative-integer? 1])
(values
(if (and (or (string? pattern) (regexp? pattern))
(or/c (string? input) (path? input)))
Expand Down

0 comments on commit 1ddb4d0

Please sign in to comment.