瀏覽代碼

docstring: clarify method description

sschmid 5 年之前
父節點
當前提交
47259a36db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/MusicalScore/Graphical/MusicSystemBuilder.ts

+ 1 - 1
src/MusicalScore/Graphical/MusicSystemBuilder.ts

@@ -904,7 +904,7 @@ export class MusicSystemBuilder {
     }
 
     /**
-     * This method checks the distances between two System's StaffLines and if needed, shifts the lower down.
+     * This method checks the distances between any two consecutive StaffLines of a System and if needed, shifts the lower one down.
      * @param musicSystem
      */
     private optimizeDistanceBetweenStaffLines(musicSystem: MusicSystem): void {