Correct some spelling errors in a comment (#5812)
This commit is contained in:
@@ -179,9 +179,9 @@ pub trait Compiler: Send + Sync {
|
|||||||
|
|
||||||
/// Appends a list of compiled functions to an in-memory object.
|
/// Appends a list of compiled functions to an in-memory object.
|
||||||
///
|
///
|
||||||
/// 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
|
||||||
/// compilation from functions like `compile_function`,
|
/// 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
|
/// Internally this will take all of these functions and add information to
|
||||||
/// the object such as:
|
/// the object such as:
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user