diff --git a/crates/pixi-build/src/build_types_ext.rs b/crates/pixi-build/src/build_types_ext.rs index 9ef887f..2b92b49 100644 --- a/crates/pixi-build/src/build_types_ext.rs +++ b/crates/pixi-build/src/build_types_ext.rs @@ -1,4 +1,4 @@ -//! This module mimics some of the functions find in pixi that works with the data types +//! This module mimics some of the functions found in pixi that works with the data types //! there but work with the project model types instead. //! //! This makes it easier when devoloping new backends that need to work with the project model.