From cdb6a8919f32e18c9c0fd75b3d64a4d0cdf23ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Fri, 21 Aug 2026 08:23:53 +0200 Subject: [PATCH] typo fix --- R/count.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/count.R b/R/count.R index 0a47507d..b193decb 100644 --- a/R/count.R +++ b/R/count.R @@ -16,7 +16,7 @@ #' respects character matching rules for the specified locale. #' #' Match character, word, line and sentence boundaries with -#' [boundary()]. The empty string, `""``, is equivalent to +#' [boundary()]. The empty string, `""`, is equivalent to #' `boundary("character")`. #' @return An integer vector the same length as `string`/`pattern`. #' @seealso [stringi::stri_count()] which this function wraps.