Skip to content

Commit

Permalink
chore: fix a typo in audio.js comment (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Sep 3, 2024
1 parent a94333f commit c20a4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Audio {
constants.plotOrientation == 'vert' ? position.y : position.x
);
if (Array.isArray(plot.plotData[plotPos][sectionKey])) {
// outliers are stored in values with a seperate itterator
// outliers are stored in values with a separate itterator
rawFreq = plot.plotData[plotPos][sectionKey][position.z];
} else {
// normal points
Expand Down

0 comments on commit c20a4db

Please sign in to comment.