Parcourir la source

Update src/utils/getlasttextline.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej il y a 6 ans
Parent
commit
1829bf8b90
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-typing/src/utils/getlasttextline.js

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

@@ -8,7 +8,7 @@
  */
 
 /**
- * Returns a last text limited by a non-text node from a given range.
+ * Returns the last text line from the given range.
  *
  * A text "line" is understood to be a text limited either by a parent block or by inline elements (e.g. `<softBreak>`).
  *