Fix Text#setText jsDoc

This commit is contained in:
Denis
2022-03-11 20:36:09 +01:00
parent 373cf81fc0
commit f3208a2331
+1 -1
View File
@@ -484,7 +484,7 @@ class Text {
/** /**
* Set the text. * Set the text.
* *
* @param {string|undefined} text Text. * @param {string|Array<string>|undefined} text Text.
* @api * @api
*/ */
setText(text) { setText(text) {