8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
925ec6efcb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-typing/src/utils/getlasttextline.js

+ 2 - 1
packages/ckeditor5-typing/src/utils/getlasttextline.js

@@ -10,7 +10,8 @@
 /**
  * Returns the last text line from the given range.
  *
- * "The last text line" is understood as text (from one or more text nodes) which is limited either by a parent block or by inline elements (e.g. `<softBreak>`).
+ * "The last text line" is understood as text (from one or more text nodes) which is limited either by a parent block
+ * or by inline elements (e.g. `<softBreak>`).
  *
  * @protected
  * @param {module:engine/model/range~Range} range