From 546000965280f84e7404777d81c9543dcb1f9538 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 14 Feb 2025 15:21:34 +0100 Subject: [PATCH] Fix typo from fcb00e1. [skip_ci] --- R/calc_FadingCorr.R | 2 +- man/calc_FadingCorr.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/calc_FadingCorr.R b/R/calc_FadingCorr.R index cf8246127..9052c973b 100644 --- a/R/calc_FadingCorr.R +++ b/R/calc_FadingCorr.R @@ -38,7 +38,7 @@ #' #' The error of the fading-corrected age is determined using a Monte Carlo #' simulation approach. Solving of the equation is performed using -#' #' [uniroot]. Large values for `n.MC` will significantly +#' [uniroot]. Large values for `n.MC` will significantly #' increase the computation time.\cr #' #' **`n.MC = 'auto'`** diff --git a/man/calc_FadingCorr.Rd b/man/calc_FadingCorr.Rd index 377e2965e..d5d5b94b9 100644 --- a/man/calc_FadingCorr.Rd +++ b/man/calc_FadingCorr.Rd @@ -110,7 +110,7 @@ where The error of the fading-corrected age is determined using a Monte Carlo simulation approach. Solving of the equation is performed using -#' \link{uniroot}. Large values for \code{n.MC} will significantly +\link{uniroot}. Large values for \code{n.MC} will significantly increase the computation time.\cr \strong{\code{n.MC = 'auto'}}