mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Fix typo in comment.
This commit is contained in:
@@ -25,7 +25,7 @@ pub enum IoCompileError {
|
|||||||
///
|
///
|
||||||
/// ## Cloning a module
|
/// ## Cloning a module
|
||||||
///
|
///
|
||||||
/// Cloning a moudle is cheap: it does a shallow copy of the compiled
|
/// Cloning a module is cheap: it does a shallow copy of the compiled
|
||||||
/// contents rather than a deep copy.
|
/// contents rather than a deep copy.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct Module {
|
pub struct Module {
|
||||||
|
|||||||
Reference in New Issue
Block a user