Skip to content

Commit d710c91

Browse files
committed
typo
1 parent 8cf3b8f commit d710c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/destination.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl AudioNode for AudioDestinationNode {
6262
}
6363
fn set_channel_count_mode(&self, _v: ChannelCountMode) {
6464
// [spec] If the AudioDestinationNode is the destination node of an
65-
// OfflineAudioContext, then the channel count mode cannot be changed.
65+
// OfflineAudioContext, then the channel count mode cannot be changed.
6666
// An InvalidStateError exception MUST be thrown for any attempt to change the value.
6767
if self.registration.context().offline() {
6868
panic!("InvalidStateError: AudioDestinationNode has channel count mode constraints");

0 commit comments

Comments
 (0)