We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453330b commit db9efcbCopy full SHA for db9efcb
crates/environ/src/compilation.rs
@@ -179,9 +179,9 @@ pub trait Compiler: Send + Sync {
179
180
/// Appends a list of compiled functions to an in-memory object.
181
///
182
- /// This function will receive the same `Box<dyn Ayn>` produced as part of
+ /// This function will receive the same `Box<dyn Any>` produced as part of
183
/// compilation from functions like `compile_function`,
184
- /// compile_host_to_wasm_trampoline`, and other component-related shims.
+ /// `compile_host_to_wasm_trampoline`, and other component-related shims.
185
/// Internally this will take all of these functions and add information to
186
/// the object such as:
187
0 commit comments