docs: fix markup runtime-core docs

Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
Stephan Renatus
2019-12-18 15:06:46 +01:00
parent 6229346dd2
commit b5b8484f6a

View File

@ -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.
/// ///
/// ``` /// ```