mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Fix repeated typo "funciton".
This commit is contained in:
2
lib/api/src/externals/function.rs
vendored
2
lib/api/src/externals/function.rs
vendored
@@ -306,7 +306,7 @@ impl std::fmt::Debug for Function {
|
||||
}
|
||||
}
|
||||
|
||||
/// This trait is one that all dynamic funcitons must fulfill.
|
||||
/// This trait is one that all dynamic functions must fulfill.
|
||||
trait VMDynamicFunction {
|
||||
fn call(&self, args: &[Val]) -> Result<Vec<Val>, RuntimeError>;
|
||||
fn function_type(&self) -> &FunctionType;
|
||||
|
||||
Reference in New Issue
Block a user