Преглед изворни кода

docs: fix docstring for coloringSetCustom

sschmidTU пре 6 година
родитељ
комит
86258fd9bd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -17,7 +17,7 @@ export interface IOSMDOptions {
      *  If coloringMode.CustomColorSet (2) is chosen, a coloringSetCustom parameter must be added.
      */
     coloringMode?: ColoringModes;
-    /** Set of 7 colors for automatic coloring of notes from C to B in HTML form (e.g. #00ff00).  */
+    /** Set of 8 colors for automatic coloring of 7 notes from C to B + rest note in HTML form (e.g. "#00ff00" for green).  */
     coloringSetCustom?: string[];
     /** Whether to enable coloring noteheads and stems by their XML color attribute. */
     coloringEnabled?: boolean;