sschmid 5 年之前
父节点
当前提交
f69dc860dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/OpenSheetMusicDisplay/OpenSheetMusicDisplay.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OpenSheetMusicDisplay.ts

@@ -619,7 +619,7 @@ export class OpenSheetMusicDisplay {
                 //);
                 //self.container.style.width = width + "px";
 
-                // recalculate beems, are otherwise not updated and can detach from beams, see #724
+                // recalculate beams, are otherwise not updated and can detach from stems, see #724
                 if (this.graphic?.GetCalculator instanceof VexFlowMusicSheetCalculator) { // null and type check
                     (this.graphic.GetCalculator as VexFlowMusicSheetCalculator).beamsNeedUpdate = true;
                 }