From d6b73dd595d73e9fe4d3630f5f7b05aa030bb966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Greni=C3=A9?= Date: Thu, 6 Feb 2025 12:35:03 +0100 Subject: [PATCH] Fix typo --- R/match.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,