Skip to content

Commit c3085f5

Browse files
committed
Fixed docs
1 parent 2455002 commit c3085f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiodelays/Chorus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//| def __init__(
2424
//| self,
2525
//| max_delay_ms: int = 50,
26-
//| delay_ms: BlockInput = 50.0,
26+
//| delay_ms: synthio.BlockInput = 50.0,
2727
//| voices: synthio.BlockInput = 1.0,
2828
//| buffer_size: int = 512,
2929
//| sample_rate: int = 8000,

0 commit comments

Comments
 (0)