Skip to content

Commit

Permalink
Update R/calculate_hash.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 31, 2024
1 parent 19474ae commit 847dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculate_hash.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 847dd93

Please sign in to comment.