From 2b4081e633f84e1cd839ca1487f1bcde58e5edf8 Mon Sep 17 00:00:00 2001 From: Markus Gesmann Date: Wed, 9 Oct 2024 11:15:13 +0100 Subject: [PATCH] Fixed typo in prepare_predictions.R Fixed typo: certin to certain --- R/prepare_predictions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/prepare_predictions.R b/R/prepare_predictions.R index f1065b994..ccdeffd1e 100644 --- a/R/prepare_predictions.R +++ b/R/prepare_predictions.R @@ -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. #'