diff --git a/crates/environ/src/compilation.rs b/crates/environ/src/compilation.rs index 12126990e4..73b752bce6 100644 --- a/crates/environ/src/compilation.rs +++ b/crates/environ/src/compilation.rs @@ -179,9 +179,9 @@ pub trait Compiler: Send + Sync { /// Appends a list of compiled functions to an in-memory object. /// - /// This function will receive the same `Box` produced as part of + /// This function will receive the same `Box` produced as part of /// compilation from functions like `compile_function`, - /// compile_host_to_wasm_trampoline`, and other component-related shims. + /// `compile_host_to_wasm_trampoline`, and other component-related shims. /// Internally this will take all of these functions and add information to /// the object such as: ///