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 55bbd2e commit 4d0553cCopy full SHA for 4d0553c
src/context/concrete_base.rs
@@ -294,7 +294,7 @@ impl ConcreteBaseAudioContext {
294
return;
295
}
296
297
- // Inform render thread that the control thread AudioNode no langer has any handles
+ // Inform render thread that the control thread AudioNode no longer has any handles
298
let message = ControlMessage::ControlHandleDropped { id };
299
self.send_control_msg(message);
300
0 commit comments