We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf9669 commit 303d8c3Copy full SHA for 303d8c3
src/cargo/util/config/value.rs
@@ -59,7 +59,7 @@ pub enum Definition {
59
/// Defined in an environment variable, includes the environment key.
60
Environment(String),
61
/// Passed in on the command line.
62
- /// 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.
63
Cli(Option<PathBuf>),
64
}
65
0 commit comments