From be3672f81d0c10febbe542fa44b2f53f67a40ed3 Mon Sep 17 00:00:00 2001 From: Salim B Date: Fri, 10 Nov 2023 04:50:47 +0100 Subject: [PATCH] Fix typo --- R/lint.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/lint.R b/R/lint.R index 9d7f910ac..4b5525b4d 100644 --- a/R/lint.R +++ b/R/lint.R @@ -17,7 +17,7 @@ #' @param ... Provide additional arguments to be passed to: #' - [exclude()] (in case of `lint()`; e.g. `lints` or `exclusions`) #' - [lint()] (in case of `lint_dir()` and `lint_package()`; e.g. `linters` or `cache`) -#' @param cache When logical, toggle caching of lint results. I1f passed a character string, store the cache in this +#' @param cache When logical, toggle caching of lint results. If passed a character string, store the cache in this #' directory. #' @param parse_settings Logical, default `TRUE`. Whether to try and parse the settings; #' otherwise, the [default_settings()] are used.