Browse Source

Cosmetics: Adapted comment

Matthias Uiberacker 7 năm trước cách đây
mục cha
commit
6025832039
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/MusicalScore/Graphical/VexFlow/VexFlowMusicSystem.ts

+ 3 - 3
src/MusicalScore/Graphical/VexFlow/VexFlowMusicSystem.ts

@@ -46,9 +46,9 @@ export class VexFlowMusicSystem extends MusicSystem {
 
     /**
      * creates an instrument brace for the given dimension.
-     * The height and positioning can be inferred from the given points.
-     * @param firstStaffLine the upper staff line of the bracket to create
-     * @param lastStaffLine the lower staff line of the bracket to create
+     * The height and positioning can be inferred from the given staff lines.
+     * @param firstStaffLine the upper StaffLine (use a cast to get the VexFlowStaffLine) of the brace to create
+     * @param lastStaffLine the lower StaffLine (use a cast to get the VexFlowStaffLine) of the brace to create
      */
     protected createInstrumentBrace(firstStaffLine: StaffLine, lastStaffLine: StaffLine): void {
         return;