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 905f4f7 commit 657687aCopy full SHA for 657687a
1 file changed
crates/pet-conda/src/utils.rs
@@ -22,7 +22,7 @@ pub fn is_conda_env(path: &Path) -> bool {
22
}
23
24
#[derive(Debug, Clone)]
25
-// NOTE: Do not implt Default trait, as we do not want to ever forget to set the values.
+// NOTE: Do not implement Default trait, as we do not want to ever forget to set the values.
26
// Lets be explicit, this way we never miss a value (in Windows or Unix).
27
pub struct CondaEnvironmentVariables {
28
pub home: Option<PathBuf>,
0 commit comments