Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
Co-Authored-By: nlewycky <[email protected]>
  • Loading branch information
MarkMcCaskey and nlewycky authored Dec 17, 2019
1 parent 15c52fd commit 2819821
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 @@ -401,7 +401,7 @@ impl Ctx {
}
}

/// Get access to [`Meomry`] and mutable access to the user defined data
/// Get access to [`Memory`] and mutable access to the user defined data
/// field as the type, `T`.
///
/// This method is required to access both at the same time.
Expand Down

0 comments on commit 2819821

Please sign in to comment.