From b97abcd126d3e086798b6a6e9e371e597eb05713 Mon Sep 17 00:00:00 2001 From: m7pr Date: Tue, 16 Jan 2024 12:08:28 +0100 Subject: [PATCH] typo --- R/yaml_utils.R | 2 +- man/conv_str_logi.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/yaml_utils.R b/R/yaml_utils.R index 6fc96062..c6ea1fc9 100644 --- a/R/yaml_utils.R +++ b/R/yaml_utils.R @@ -44,7 +44,7 @@ md_header <- function(x) { #' @keywords internal #' @examples #' -#' conv_str_logi <- getFromNamespace("conv_str_logi", "teal.reporter"). +#' conv_str_logi <- getFromNamespace("conv_str_logi", "teal.reporter") #' conv_str_logi("TRUE") #' conv_str_logi("True") #' diff --git a/man/conv_str_logi.Rd b/man/conv_str_logi.Rd index 0c4d0fbb..c3f4d2f1 100644 --- a/man/conv_str_logi.Rd +++ b/man/conv_str_logi.Rd @@ -31,7 +31,7 @@ convert a character of a \code{yaml} boolean to a logical value. } \examples{ -conv_str_logi <- getFromNamespace("conv_str_logi", "teal.reporter"). +conv_str_logi <- getFromNamespace("conv_str_logi", "teal.reporter") conv_str_logi("TRUE") conv_str_logi("True")