Fixed doc again

This commit is contained in:
ptitSeb
2022-11-30 13:04:38 +01:00
parent 75b5ea3fdd
commit f5d0b7ce0c

View File

@@ -159,7 +159,7 @@ impl Module {
/// # Ok(())
/// # }
/// ```
/// # Example of loading a module using just an [`Engine`] and no [`Store`]
/// # Example of loading a module using just an `Engine` and no `Store`
///
/// ```
/// # use wasmer::*;