Skip to content

Commit db9efcb

Browse files
Correct some spelling errors in a comment (#5812)
1 parent 453330b commit db9efcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/environ/src/compilation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ pub trait Compiler: Send + Sync {
179179

180180
/// Appends a list of compiled functions to an in-memory object.
181181
///
182-
/// This function will receive the same `Box<dyn Ayn>` produced as part of
182+
/// This function will receive the same `Box<dyn Any>` produced as part of
183183
/// compilation from functions like `compile_function`,
184-
/// compile_host_to_wasm_trampoline`, and other component-related shims.
184+
/// `compile_host_to_wasm_trampoline`, and other component-related shims.
185185
/// Internally this will take all of these functions and add information to
186186
/// the object such as:
187187
///

0 commit comments

Comments
 (0)