Skip to content

Commit c01575c

Browse files
committed
typo fixed in Atomics docs
1 parent d1d3021 commit c01575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/js-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ pub mod Atomics {
601601
/// The static `Atomics.notify()` method notifies up some agents that
602602
/// are sleeping in the wait queue.
603603
/// Note: This operation works with a shared `Int32Array` only.
604-
/// If `count` is not provided, notifies all the agents int the queue.
604+
/// If `count` is not provided, notifies all the agents in the queue.
605605
///
606606
/// [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/notify)
607607
#[wasm_bindgen(js_namespace = Atomics, catch)]

0 commit comments

Comments
 (0)