Skip to content

Commit

Permalink
Fixed typo in prepare_predictions.R
Browse files Browse the repository at this point in the history
Fixed typo: certin to certain
  • Loading branch information
mages authored Oct 9, 2024
1 parent e606411 commit 2b4081e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prepare_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ is.bprepnl <- function(x) {

#' Prepare Predictions
#'
#' This method helps in preparing \pkg{brms} models for certin post-processing
#' This method helps in preparing \pkg{brms} models for certain post-processing
#' tasks most notably various forms of predictions. Unless you are a package
#' developer, you will rarely need to call \code{prepare_predictions} directly.
#'
Expand Down

0 comments on commit 2b4081e

Please sign in to comment.