Skip to content

Commit bf10008

Browse files
jeplerdhalbert
andauthored
Update shared-bindings/synthio/LFO.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent a4e60ec commit bf10008

File tree

1 file changed

+1
-1
lines changed
  • shared-bindings/synthio

1 file changed

+1
-1
lines changed

shared-bindings/synthio/LFO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ STATIC const uint16_t triangle[] = {0, 32767, 0, -32767};
5757
//|
5858
//| In the current implementation, LFOs are updated every 256 samples. This
5959
//| should be considered an implementation detail, though it affects how LFOs
60-
//| behave for instance when used to implement an integrator (``l.offset = l``).A
60+
//| behave for instance when used to implement an integrator (``l.offset = l``).
6161
//|
6262
//| An LFO's output is not updated in any other way than when its associated
6363
//| synthesizer updates it. For instance, if an LFO is created and its "first"

0 commit comments

Comments
 (0)