Browse Source

Update src/utils/getlasttextline.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 years ago
parent
commit
1566dce085
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-typing/src/utils/getlasttextline.js

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

@@ -40,5 +40,5 @@ export default function getLastTextLine( range, model ) {
  * @typedef {Object} module:typing/utils/getlasttextline~LastTextLineData
  *
  * @property {String} text The text from the text nodes.
- * @property {module:engine/model/range~Range} The trimmed range of the text.
+ * @property {module:engine/model/range~Range} The range set on the text nodes in the last text line.
  */