Skip to content

Commit

Permalink
fixed doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
semicolin committed Mar 21, 2024
1 parent aea720a commit c5c6500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class DataLayerColorService {

private lightPalette = this.palette.map((c) => tinycolor(c).brighten(20).toString());

/** Chooses colors for all of the datasets and annotations in the Layer by cycling through the palette */
/** Chooses colors for all of the datasets and annotations in the Layer */
chooseColorsFromPalette(layer: DataLayer): void {
for (let dataset of layer.datasets) {
if (!this.hasColor(dataset)) {
Expand Down

0 comments on commit c5c6500

Please sign in to comment.