Skip to content

Commit

Permalink
Remove issue reference in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Sep 6, 2021
1 parent 23b79c8 commit e7f8ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textdynamics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class TextDynamics extends Note {
/** Preformat the dynamics text. */
preFormat(): this {
let total_width = 0;
// Issue 1122: length of this.glyphs must be <=
// length of this.glyphs must be <=
// length of this.sequence, so if we're formatted before
// create new glyphs.
this.glyphs = [];
Expand Down

0 comments on commit e7f8ebb

Please sign in to comment.