Auto merge of #11529 - hi-rustin:rustin-patch-typo, r=ehuss

Fix a typo `fresheness` -> `freshness`

Fix a typo `fresheness` -> `freshness`.
This commit is contained in:
bors 2023-01-03 02:39:38 +00:00
commit dcfde9c9e4
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.
///