Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickimnet committed Jul 24, 2023
1 parent fcae07b commit 53a149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Expand Up @@ -244,7 +244,7 @@ impl<'a> Context<'a> {

/// Returns true if 'detect_env_vars' is empty,
/// or if at least one environment variable is set and no negated environment variable is set
/// or if there are only negated environment variable provided (wich are not set)
/// or if there are only negated environment variable provided (which are not set)
pub fn detect_env_vars(&'a self, env_vars: &'a [&'a str]) -> bool {
if env_vars.is_empty() {
true
Expand Down

0 comments on commit 53a149b

Please sign in to comment.