Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Dec 11, 2024
1 parent c9026f2 commit c0efdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/procedures/midi-data/midi-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ function parseVariableLengthValue(bytes) {
}

/**
* @description - A helper fuction to help with identifying the type of track event.
* @description - A helper function to help with identifying the type of track event.
* @param {ArrayBuffer} arraybuffer
* @returns {Boolean}
*/
Expand Down Expand Up @@ -679,7 +679,7 @@ function getMetaEventLength(arraybuffer) {
}

/**
* @description - A helper fuction to help with identifying the type of track event.
* @description - A helper function to help with identifying the type of track event.
* @param {ArrayBuffer} arraybuffer
* @returns {Boolean}
*/
Expand Down

0 comments on commit c0efdf0

Please sign in to comment.