Missing a word (e.g., over or of) here.
This commit is contained in:
Brandon Greenwell 2016-01-22 08:50:37 -05:00
parent 43fcab68c9
commit af8f81c28c
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ str_view(c("grey", "gray"), "gr(e|a)y")
### Repetition
The next step up in power involves control how many times a pattern matches:
The next step up in power involves control over how many times a pattern matches:
* `?`: 0 or 1
* `+`: 1 or more