mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 05:31:32 +00:00
docs: fix markup runtime-core docs
Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
@ -49,7 +49,7 @@ macro_rules! trace {
|
|||||||
/// # Usage
|
/// # Usage
|
||||||
///
|
///
|
||||||
/// Function pointers or closures are supported. Closures can capture
|
/// Function pointers or closures are supported. Closures can capture
|
||||||
/// their environment (with `move). The first parameter is likely to
|
/// their environment (with `move`). The first parameter is likely to
|
||||||
/// be of kind `vm::Ctx`, though it can be optional.
|
/// be of kind `vm::Ctx`, though it can be optional.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
|
Reference in New Issue
Block a user