8
0
Pārlūkot izejas kodu

Docs: use Item instead of Node|TextFragment.

Piotr Jasiun 9 gadi atpakaļ
vecāks
revīzija
0db9ea87fb

+ 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
 				 */