From 60dbbe9600e2edb9e77ba4e11638605b822c322a Mon Sep 17 00:00:00 2001 From: Aki Vehtari Date: Thu, 9 Nov 2023 11:39:39 +0200 Subject: [PATCH] Doc typo fix in weight_draws.R --- R/weight_draws.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/weight_draws.R b/R/weight_draws.R index 0f1856ea..52326392 100644 --- a/R/weight_draws.R +++ b/R/weight_draws.R @@ -11,7 +11,7 @@ #' Weights will be internally stored on the log scale (in a variable called #' `.log_weight`) and will not be normalized, but normalized (non-log) weights #' can be returned via the [weights.draws()] method later. -#' @param log (logicla) Are the weights passed already on the log scale? The +#' @param log (logical) Are the weights passed already on the log scale? The #' default is `FALSE`, that is, expecting `weights` to be on the standard #' (non-log) scale. #' @template args-methods-dots