From db9efcb099e07dbb3b433668a5404deefc0eb709 Mon Sep 17 00:00:00 2001 From: Fuu Date: Fri, 17 Feb 2023 10:21:44 +0800 Subject: [PATCH] Correct some spelling errors in a comment (#5812) --- crates/environ/src/compilation.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ///