chore: remove repetitive words (#10502)

This commit is contained in:
veryyet 2024-03-21 11:57:16 +08:00 committed by GitHub
parent 4ad3166a3f
commit c5ea4209bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -236,7 +236,7 @@ fn is_package_with_cache<'a>(
/// Applies a transformation to a [`Configuration`].
///
/// Used to override options with the the values provided by the CLI.
/// Used to override options with the values provided by the CLI.
pub trait ConfigurationTransformer: Sync {
fn transform(&self, config: Configuration) -> Configuration;
}