From 419365647d8a6cb97f0f9bfa062e46862a9f5a25 Mon Sep 17 00:00:00 2001 From: Tarcisio Date: Tue, 28 Nov 2017 16:09:10 +0100 Subject: [PATCH] Fixes documentation typo --- R/formatters.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/formatters.r b/R/formatters.r index 39b2026..5adf8a4 100644 --- a/R/formatters.r +++ b/R/formatters.r @@ -13,7 +13,7 @@ #' @param units which unit base to use, "\code{binary}" (1024 base) or #' "\code{si}" (1000 base) for ISI units. #' @param only_highest Whether to use the unit of the highest number or -#' each number uses its own base. +#' each number uses its own unit. #' @references Units of Information (Wikipedia) : #' \url{http://en.wikipedia.org/wiki/Units_of_information} #' @export