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 8965534 commit 1c36f8eCopy full SHA for 1c36f8e
src/context/concrete_base.rs
@@ -352,7 +352,7 @@ impl ConcreteBaseAudioContext {
352
/// Updates state of current context
353
pub(super) fn set_state(&self, state: AudioContextState) {
354
// Only used from OfflineAudioContext or suspended AudioContext, otherwise the state
355
- // changed ar spawned from the render thread
+ // changed are spawned from the render thread
356
let current_state = self.state();
357
if current_state != state {
358
self.inner.state.store(state as u8, Ordering::Release);
0 commit comments