Skip to content

Commit

Permalink
Doc typo fix in weight_draws.R
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari authored Nov 9, 2023
1 parent a656e99 commit 60dbbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/weight_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60dbbe9

Please sign in to comment.