diff --git a/src/core/text/Text.js b/src/core/text/Text.js index 4bf17ea..5213c07 100644 --- a/src/core/text/Text.js +++ b/src/core/text/Text.js @@ -499,7 +499,7 @@ * * @private * @param {object} style - The style. - * @param {string} lines - The lines of text. + * @param {string[]} lines - The lines of text. * @return {string|number|CanvasGradient} The fill style */ _generateFillStyle(style, lines)