diff --git a/R/match.R b/R/match.R index e427e005..fcc48a7e 100644 --- a/R/match.R +++ b/R/match.R @@ -18,7 +18,7 @@ #' if you used "named captured groups", i.e. `(?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, diff --git a/man/str_match.Rd b/man/str_match.Rd index 511eb16a..35f1f0e6 100644 --- a/man/str_match.Rd +++ b/man/str_match.Rd @@ -24,7 +24,7 @@ length of \code{string}/\code{pattern}. The first column is the complete match, followed by one column for each capture group. The columns will be named if you used "named captured groups", i.e. \verb{(?pattern')}. \item \code{str_match_all()}: a list of the same length as \code{string}/\code{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. } }