From 3f3bf38d942367a1f1ef150b6064e1bc33a97923 Mon Sep 17 00:00:00 2001 From: nlewycky Date: Thu, 18 Jul 2019 11:24:25 -0700 Subject: [PATCH] Fix typo in comment. "Then thou must count to three. Three shall be the number of the counting and the number of the counting shall be three. Four shalt thou not count, neither shalt thou count two, excepting that thou then proceedeth to three." --- lib/runtime-core/src/vm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-core/src/vm.rs b/lib/runtime-core/src/vm.rs index 1e0b3773d..b26035482 100644 --- a/lib/runtime-core/src/vm.rs +++ b/lib/runtime-core/src/vm.rs @@ -42,7 +42,7 @@ pub struct Ctx { pub import_backing: *mut ImportBacking, pub module: *const ModuleInner, - //// This is intended to be user-supplied, per-instance + /// This is intended to be user-supplied, per-instance /// contextual data. There are currently some issue with it, /// notably that it cannot be set before running the `start` /// function in a WebAssembly module.