8
0
فهرست منبع

Docs: treeModel.Text fix.

Szymon Cofalik 10 سال پیش
والد
کامیت
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 );
 	}