Merge pull request #568 from wasmerio/nlewycky-patch-1

Fix typo in comment.
This commit is contained in:
nlewycky 2019-07-18 12:33:50 -07:00 committed by GitHub
commit 489f72b89a
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 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.