瀏覽代碼

Updated JsDoc for insertRows() copyStructureFrom option.

Kuba Niegowski 5 年之前
父節點
當前提交
d98b1a8b14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/src/tableutils.js

+ 1 - 1
packages/ckeditor5-table/src/tableutils.js

@@ -116,7 +116,7 @@ export default class TableUtils extends Plugin {
 	 * @param {Object} options
 	 * @param {Number} [options.at=0] The row index at which the rows will be inserted.
 	 * @param {Number} [options.rows=1] The number of rows to insert.
-	 * @param {Number} [options.copyStructureFrom=-1] The row index used as structure reference.
+	 * @param {Number} [options.copyStructureFrom] The row index used as structure reference.
 	 */
 	insertRows( table, options = {} ) {
 		const model = this.editor.model;