Merge pull request #1079 from srenatus/sr/fix-markup

docs: fix markup runtime-core docs
This commit is contained in:
Syrus Akbary
2019-12-18 08:39:41 -08:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ macro_rules! trace {
/// # Usage
///
/// 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.
///
/// ```