Skip to content

Commit

Permalink
Merge pull request #568 from wasmerio/nlewycky-patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment.
  • Loading branch information
nlewycky authored Jul 18, 2019
2 parents 0ed08eb + 3f3bf38 commit 489f72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-core/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 489f72b

Please sign in to comment.