mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 20:51:32 +00:00
Fix typo in comment.
This commit is contained in:
@ -109,7 +109,7 @@ impl Memory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Return a "view" of the currently accessible memory. By
|
/// 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
|
/// accesses. You can force a memory view to use atomic accesses
|
||||||
/// by calling the [`atomically`] method.
|
/// by calling the [`atomically`] method.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user