Skip to content

Commit 7490575

Browse files
authored
docs: fix typo (#581)
1 parent 90f8ba7 commit 7490575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/from-base.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Overall the main differences between base R and stringr are:
8484

8585
1. The output and input of stringr functions has been carefully designed.
8686
For example, the output of `str_locate()` can be fed directly into
87-
`str_sub()`; the same is not true of `regpexpr()` and `substr()`.
87+
`str_sub()`; the same is not true of `regexpr()` and `substr()`.
8888

8989
1. Base functions use arguments (like `perl`, `fixed`, and `ignore.case`)
9090
to control how the pattern is interpreted. To avoid dependence between

0 commit comments

Comments
 (0)