Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekyt authored Feb 6, 2025
1 parent 90f8ba7 commit d6b73dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/match.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' if you used "named captured groups", i.e. `(?<name>pattern')`.
#'
#' * `str_match_all()`: a list of the same length as `string`/`pattern`
#' containing character matrices. Each matrix has columns as descrbed above
#' containing character matrices. Each matrix has columns as described above
#' and one row for each match.
#'
#' @seealso [str_extract()] to extract the complete match,
Expand Down

0 comments on commit d6b73dd

Please sign in to comment.