doc(runtime-core) Fix typos.

This commit is contained in:
Ivan Enderlin 2019-11-13 15:55:45 +01:00
parent 7b809a765f
commit c4dffd6f59

View File

@ -94,12 +94,12 @@ macro_rules! func {
///
/// [`ImportObject`]: struct.ImportObject.html
///
/// # Note:
/// # Note
/// The `import` macro currently only supports
/// importing functions.
///
///
/// # Usage:
/// # Usage
/// ```
/// # use wasmer_runtime_core::{imports, func};
/// # use wasmer_runtime_core::vm::Ctx;