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 2d94f0d commit a8f9a0dCopy full SHA for a8f9a0d
dsc_lib/src/functions/secret.rs
@@ -45,7 +45,7 @@ impl Function for Secret {
45
};
46
47
// we query all extensions supporting the secret method to see if any of them can provide the secret.
48
- // if none can or if multiple can, we return an error.
+ // if none can or if multiple provide different values, we return an error.
49
let extensions = context.extensions.iter()
50
.filter(|ext| ext.capabilities.contains(&Capability::Secret))
51
.collect::<Vec<_>>();
0 commit comments