Fix typo in doc comment

Co-Authored-By: nlewycky <nick@wasmer.io>
This commit is contained in:
Mark McCaskey
2019-12-16 16:37:34 -08:00
committed by GitHub
parent 15c52fd743
commit 2819821ab7

View File

@ -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.