Skip to content

Commit 1c36f8e

Browse files
orottierb-ma
andauthored
Update src/context/concrete_base.rs
Co-authored-by: Benjamin Matuszewski <[email protected]>
1 parent 8965534 commit 1c36f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/concrete_base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ impl ConcreteBaseAudioContext {
352352
/// Updates state of current context
353353
pub(super) fn set_state(&self, state: AudioContextState) {
354354
// Only used from OfflineAudioContext or suspended AudioContext, otherwise the state
355-
// changed ar spawned from the render thread
355+
// changed are spawned from the render thread
356356
let current_state = self.state();
357357
if current_state != state {
358358
self.inner.state.store(state as u8, Ordering::Release);

0 commit comments

Comments
 (0)