8
0
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
44a38a8ed9
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      packages/ckeditor5-word-count/src/utils.js

+ 1 - 3
packages/ckeditor5-word-count/src/utils.js

@@ -8,9 +8,7 @@
  */
 
 /**
- * Returns plain text representation of an element and it's children. The blocks are separated by a newline (\n ).
- *
- * **Note:** Function walks through the entire model, which might be very spread. There should be considered throttling it during usage.
+ * Returns a plain text representation of an element and its children.
  *
  * @param {module:engine/model/element~Element} element
  * @returns {String} Plain text representing model's data