Skip to content

Commit dcfde9c

Browse files
committed
Auto merge of #11529 - hi-rustin:rustin-patch-typo, r=ehuss
Fix a typo `fresheness` -> `freshness` Fix a typo `fresheness` -> `freshness`.
2 parents dd99005 + c379bf8 commit dcfde9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/source/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub trait Source {
6363
/// Generates a unique string which represents the fingerprint of the
6464
/// current state of the source.
6565
///
66-
/// This fingerprint is used to determine the "fresheness" of the source
66+
/// This fingerprint is used to determine the "freshness" of the source
6767
/// later on. It must be guaranteed that the fingerprint of a source is
6868
/// constant if and only if the output product will remain constant.
6969
///

0 commit comments

Comments
 (0)