Skip to content

Commit

Permalink
wording: if -> when
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 8, 2022
1 parent dcf9669 commit 303d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/config/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub enum Definition {
/// Defined in an environment variable, includes the environment key.
Environment(String),
/// Passed in on the command line.
/// A path is attached if the config value is a path to a config file.
/// A path is attached when the config value is a path to a config file.
Cli(Option<PathBuf>),
}

Expand Down

0 comments on commit 303d8c3

Please sign in to comment.