Skip to content

Commit 303d8c3

Browse files
committed
wording: if -> when
1 parent dcf9669 commit 303d8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/config/value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub enum Definition {
5959
/// Defined in an environment variable, includes the environment key.
6060
Environment(String),
6161
/// Passed in on the command line.
62-
/// A path is attached if the config value is a path to a config file.
62+
/// A path is attached when the config value is a path to a config file.
6363
Cli(Option<PathBuf>),
6464
}
6565

0 commit comments

Comments
 (0)