Fix typo `fresheness` -> `freshness`

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
hi-rustin 2023-01-03 10:21:56 +08:00
parent dd9900585a
commit c379bf8cb8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ pub trait Source {
/// Generates a unique string which represents the fingerprint of the
/// current state of the source.
///
/// This fingerprint is used to determine the "fresheness" of the source
/// This fingerprint is used to determine the "freshness" of the source
/// later on. It must be guaranteed that the fingerprint of a source is
/// constant if and only if the output product will remain constant.
///