Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Aug 14, 2024
1 parent 864cdfb commit 44a76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/clock.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func newClock(tempo float64, tick func()) *clock {
c.shouldUpdate = false
}
case newTempo := <-c.update:
// we way for the next tick to update in order
// we wait for the next tick to update in order
// to prevent jitter
c.shouldUpdate = true
c.tempo = newTempo
Expand Down

0 comments on commit 44a76d2

Please sign in to comment.