Merge remote-tracking branch 'origin/master' into feature/remove-wasm-trap-info

This commit is contained in:
losfair
2020-02-11 02:52:14 +08:00
4 changed files with 28 additions and 10 deletions

View File

@ -109,7 +109,7 @@ impl Memory {
}
/// Return a "view" of the currently accessible memory. By
/// default, the view is unsyncronized, using regular memory
/// default, the view is unsynchronized, using regular memory
/// accesses. You can force a memory view to use atomic accesses
/// by calling the [`atomically`] method.
///