Skip to content

Commit 657687a

Browse files
committed
Update comments
1 parent 905f4f7 commit 657687a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pet-conda/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn is_conda_env(path: &Path) -> bool {
2222
}
2323

2424
#[derive(Debug, Clone)]
25-
// NOTE: Do not implt Default trait, as we do not want to ever forget to set the values.
25+
// NOTE: Do not implement Default trait, as we do not want to ever forget to set the values.
2626
// Lets be explicit, this way we never miss a value (in Windows or Unix).
2727
pub struct CondaEnvironmentVariables {
2828
pub home: Option<PathBuf>,

0 commit comments

Comments
 (0)