Skip to content

Commit a0b55ec

Browse files
committed
fix doc markup
1 parent 330c955 commit a0b55ec

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

shared-bindings/synthio/LFO.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ STATIC const uint16_t triangle[] = {0, 32767, 0, -32767};
6060
//| should be considered an implementation detail, though it affects how LFOs
6161
//| behave for instance when used to implement an integrator (``l.offset = l``).
6262
//|
63-
//| An LFO's `value` property is computed once when it is constructed, and then
63+
//| An LFO's ``value`` property is computed once when it is constructed, and then
6464
//| when its associated synthesizer updates it.
6565
//|
66-
//| This means that for instance an LFO **created** with ``offset=1`` has `value==1`
66+
//| This means that for instance an LFO **created** with ``offset=1`` has ```value==1``
6767
//| immediately, but **updating** the ``offset`` property alone does not
6868
//| change ``value``; it only updates through an association with an active synthesizer.
6969
//|

0 commit comments

Comments
 (0)