Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed May 20, 2024
1 parent 5b16834 commit e7386ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h3>Plot Controls</h3>
// The value in table is formatted as a string for display to the user,
// but the value in sampleFrequencies is formatted as an int for data
// manipulation, so we use the ID we are on in table to get the frequency
// fro sampleFrequencies.
// from sampleFrequencies.
const sampleID = sampleFrequencies[row.cells[0].innerText];
const sampleFrequency = sampleFrequencies[sampleID];

Expand Down

0 comments on commit e7386ab

Please sign in to comment.