From 6cbb24c76a2010f6440bd9d8a4672eb922d4177b Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Thu, 14 Dec 2023 16:58:19 +0100 Subject: [PATCH] Minor improvement to `condition_call_linter()` docs (#2445) --- R/condition_call_linter.R | 6 +++--- man/condition_call_linter.Rd | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/condition_call_linter.R b/R/condition_call_linter.R index 983556869..8b13c8a92 100644 --- a/R/condition_call_linter.R +++ b/R/condition_call_linter.R @@ -6,10 +6,10 @@ #' #' @param display_call Logical specifying expected behaviour regarding `call.` #' argument in conditions. -#' - `NA` forces providing `call.=` but ignores its value (this can be used in +#' - `NA` forces providing `call. =` but ignores its value (this can be used in #' cases where you expect a mix of `call. = FALSE` and `call. = TRUE`) -#' - lints `call. = FALSE` -#' - forces `call. = FALSE` (lints `call. = TRUE` or missing `call.=` value) +#' - `TRUE` lints `call. = FALSE` +#' - `FALSE` forces `call. = FALSE` (lints `call. = TRUE` or missing `call. =` value) #' #' #' @examples diff --git a/man/condition_call_linter.Rd b/man/condition_call_linter.Rd index 73302b7fe..a3b3ca7eb 100644 --- a/man/condition_call_linter.Rd +++ b/man/condition_call_linter.Rd @@ -10,10 +10,10 @@ condition_call_linter(display_call = FALSE) \item{display_call}{Logical specifying expected behaviour regarding \code{call.} argument in conditions. \itemize{ -\item \code{NA} forces providing \verb{call.=} but ignores its value (this can be used in +\item \code{NA} forces providing \verb{call. =} but ignores its value (this can be used in cases where you expect a mix of \code{call. = FALSE} and \code{call. = TRUE}) -\item lints \code{call. = FALSE} -\item forces \code{call. = FALSE} (lints \code{call. = TRUE} or missing \verb{call.=} value) +\item \code{TRUE} lints \code{call. = FALSE} +\item \code{FALSE} forces \code{call. = FALSE} (lints \code{call. = TRUE} or missing \verb{call. =} value) }} } \description{