Explorar o código

docstring: clarify method description

sschmid %!s(int64=5) %!d(string=hai) anos
pai
achega
47259a36db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {