Skip to content

Commit 0657884

Browse files
committed
audiobus: correct trivial typo
1 parent 978cec0 commit 0657884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiobusio/I2SOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//| import time
6363
//| import math
6464
//|
65-
//| # Generate one period of sine wav.
65+
//| # Generate one period of sine wave.
6666
//| length = 8000 // 440
6767
//| sine_wave = array.array("H", [0] * length)
6868
//| for i in range(length):

0 commit comments

Comments
 (0)