Browse Source

Remove @private annotation from TableUtils#removeRows().

Maciej Gołaszewski 5 years ago
parent
commit
24dfef6df0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-table/src/tableutils.js

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

@@ -275,7 +275,7 @@ export default class TableUtils extends Plugin {
 	 *		    ├───┼───┼───┤
 	 *		  4 │ k │ l │ m │
 	 *		    └───┴───┴───┘
-	 * @private
+	 *
 	 * @param {module:engine/model/element~Element} table
 	 * @param {Object} options
 	 * @param {Number} options.at The row index at which the removing rows will start.