8
0
Эх сурвалжийг харах

Update src/utils/getlasttextline.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 жил өмнө
parent
commit
f79d3e0bd8

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

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