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

Fix typo in comment.
This commit is contained in:
Syrus Akbary 2020-02-07 12:16:54 -08:00 committed by GitHub
commit e521339694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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