We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d3021 commit c01575cCopy full SHA for c01575c
crates/js-sys/src/lib.rs
@@ -601,7 +601,7 @@ pub mod Atomics {
601
/// The static `Atomics.notify()` method notifies up some agents that
602
/// are sleeping in the wait queue.
603
/// Note: This operation works with a shared `Int32Array` only.
604
- /// If `count` is not provided, notifies all the agents int the queue.
+ /// If `count` is not provided, notifies all the agents in the queue.
605
///
606
/// [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/notify)
607
#[wasm_bindgen(js_namespace = Atomics, catch)]
0 commit comments