diff --git a/R/calculate_hash.R b/R/calculate_hash.R index 7b98170d..1aa16f1b 100644 --- a/R/calculate_hash.R +++ b/R/calculate_hash.R @@ -5,7 +5,7 @@ #' To customize the hashing behaviour, you can overwrite [`hash_input`] for specific classes. #' For `data.table` objects, [`hash_input`] is applied to all columns, so you can overwrite [`hash_input`] for #' columns of a specific class. -#' Objects that don't have a specific method are hashes as is. +#' Objects that don't have a specific method are hashed as is. #' #' @param ... (any)\cr #' Objects to hash.