From b5b8484f6a587228112445e9f36c17f2eadc3f04 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 18 Dec 2019 15:06:46 +0100 Subject: [PATCH] docs: fix markup runtime-core docs Signed-off-by: Stephan Renatus --- lib/runtime-core/src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-core/src/macros.rs b/lib/runtime-core/src/macros.rs index 71e8c2e2f..2aa68aa2d 100644 --- a/lib/runtime-core/src/macros.rs +++ b/lib/runtime-core/src/macros.rs @@ -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. /// /// ```