8
0
Эх сурвалжийг харах

Docs: treeModel.Text fix.

Szymon Cofalik 10 жил өмнө
parent
commit
9155af8136

+ 2 - 2
packages/ckeditor5-engine/src/treemodel/text.js

@@ -35,9 +35,9 @@ export default class Text {
 		this.text = text || '';
 
 		/**
-		 * Iterable collection of {@link treeModel.Attribute attributes}.
+		 * {@link treeModel.Attribute AttributesList} bound with the text.
 		 *
-		 * @property {Iterable}
+		 * @property {treeModel.AttributeList}
 		 */
 		this.attrs = new AttributeList( attrs );
 	}