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."
This commit is contained in:
nlewycky 2019-07-18 11:24:25 -07:00 committed by GitHub
parent 0ed08eb10b
commit 3f3bf38d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ pub struct Ctx {
pub import_backing: *mut ImportBacking, pub import_backing: *mut ImportBacking,
pub module: *const ModuleInner, 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, /// contextual data. There are currently some issue with it,
/// notably that it cannot be set before running the `start` /// notably that it cannot be set before running the `start`
/// function in a WebAssembly module. /// function in a WebAssembly module.