From e24da7bbe930e8a8973efec81c6a637bace567ed Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Wed, 6 Jan 2021 10:19:51 -0700 Subject: [PATCH] doc typo --- js/discrete/view/HarmonicsChart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/discrete/view/HarmonicsChart.js b/js/discrete/view/HarmonicsChart.js index 5e449057..497b312b 100644 --- a/js/discrete/view/HarmonicsChart.js +++ b/js/discrete/view/HarmonicsChart.js @@ -155,7 +155,7 @@ class HarmonicsChart extends DiscreteChart { harmonicPlots.forEach( plot => { if ( emphasizedHarmonics.length === 0 ) { - // no emphasis, all plots have their normal colors and lineWidth + // no emphasis, all plots have their normal color and lineWidth plot.lineWidth = NORMAL_LINE_WIDTH; plot.setStroke( plot.harmonic.colorProperty.value ); }