Skip to content

Commit

Permalink
Added JSDoc style doc to js/abc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-K7 committed Apr 26, 2024
1 parent 93528a9 commit 1be429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/abc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ABCHEADER = "X:1\nT:Music Blocks composition\nC:Mr. Mouse\nL:1/16\nM:C\n";

/**
* Returns the header string used for the ABC notation output.
* The ABC header includes metadata for a music composition.
* The ABC header includes metadata for a music composition.
*
* @returns {string} The ABC header string.
*/
Expand Down

0 comments on commit 1be429c

Please sign in to comment.