8
0
Szymon Cofalik 10 лет назад
Родитель
Сommit
9155af8136
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-engine/src/treemodel/text.js

+ 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 );
 	}