Sfoglia il codice sorgente

Update src/utils/getlasttextline.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 anni fa
parent
commit
f79d3e0bd8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-typing/src/utils/getlasttextline.js

+ 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.
  */