use the currently documented function. closes pr11668

This commit is contained in:
Jon Rafkind 2011-01-25 21:25:36 -07:00
parent b5bc288f67
commit 7ff1cdde81

View File

@ -435,7 +435,7 @@ Like @racket[regexp-match-positions], but returns multiple matches
like @racket[regexp-match*].
@examples[
(regexp-match-positions #rx"x." "12x4x6")
(regexp-match-positions* #rx"x." "12x4x6")
]}