typo fixed in Atomics docs

This commit is contained in:
ibaryshnikov 2019-05-19 22:07:51 +03:00
parent d1d3021271
commit c01575c1bc

View File

@ -601,7 +601,7 @@ pub mod Atomics {
/// The static `Atomics.notify()` method notifies up some agents that
/// are sleeping in the wait queue.
/// Note: This operation works with a shared `Int32Array` only.
/// If `count` is not provided, notifies all the agents int the queue.
/// If `count` is not provided, notifies all the agents in the queue.
///
/// [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/notify)
#[wasm_bindgen(js_namespace = Atomics, catch)]