Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 26, 2024
1 parent a7b9fa0 commit 579b12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function createMetronome(config: MetronomeConfig = {}) {
// duration of 16th note in seconds
const secondsPerNote = 60 / config.tempo! / 4

// Returns the next time that the given not can be played. Given synchronized clocks, any metronome
// Returns the next time that the given note can be played. Given synchronized clocks, any metronome
// playing the same tempo will play the same note of a measure at the same time.
//
// note = 0 - 15 (16th notes)
Expand Down

0 comments on commit 579b12a

Please sign in to comment.