瀏覽代碼

Docs: use Item instead of Node|TextFragment.

Piotr Jasiun 9 年之前
父節點
當前提交
0db9ea87fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/src/treemodel/operation/attributeoperation.js

+ 1 - 1
packages/ckeditor5-engine/src/treemodel/operation/attributeoperation.js

@@ -96,7 +96,7 @@ export default class AttributeOperation extends Operation {
 				 * The attribute which should be removed does not exists for the given node.
 				 *
 				 * @error operation-attribute-no-attr-to-remove
-				 * @param {core.treeModel.Node|core.treeModel.TextFragment} item
+				 * @param {core.treeModel.Item} item
 				 * @param {String} key
 				 * @param {*} value
 				 */