Skip to content

Commit 0e282df

Browse files
authored
Fix typo in code description (#580)
1 parent 75d7c07 commit 0e282df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/match.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' if you used "named captured groups", i.e. `(?<name>pattern')`.
1919
#'
2020
#' * `str_match_all()`: a list of the same length as `string`/`pattern`
21-
#' containing character matrices. Each matrix has columns as descrbed above
21+
#' containing character matrices. Each matrix has columns as described above
2222
#' and one row for each match.
2323
#'
2424
#' @seealso [str_extract()] to extract the complete match,

man/str_match.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)