From 205f136447148fd64db4c1554775c8dd3259bfec Mon Sep 17 00:00:00 2001 From: MukundaKatta Date: Mon, 20 Apr 2026 14:50:43 -0700 Subject: [PATCH] docs(power_function): fix '@param x Highest power of 10 to us' -> 'to use' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #10 (partial — just the power_function doc typo) --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index e302dd3..e668606 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,7 +1,7 @@ #' Power Function #' #' Raises 10 to the 1st through the nth power -#' @param x Highest power of 10 to us +#' @param x Highest power of 10 to use #' @return Vector of 10 raised sequentially from the 1st to the nth power. #' @keywords internal power_function <- function(x) {