From 273ed4a9394e0e04e9d0109d2596b3f5d0e385d4 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Fri, 17 Jan 2025 13:47:32 +0100 Subject: [PATCH] Update crates/pixi-build/src/build_types_ext.rs --- crates/pixi-build/src/build_types_ext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.