8
0
Maciej Gołaszewski 5 лет назад
Родитель
Сommit
4653b87c47
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-table/src/tableutils.js

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

@@ -264,8 +264,8 @@ export default class TableUtils extends Plugin {
 	 * Assuming the table on the left, the above code will transform it to the table on the right:
 	 *
 	 *		row index
-	 *		    ┌───┬───┬───┐        `at` = 1,       ┌───┬───┬───┐
-	 *		  0 │ a │ b │ c │        `rows` = 2,     │ a │ b │ c │ 0
+	 *		    ┌───┬───┬───┐        `at` = 1        ┌───┬───┬───┐
+	 *		  0 │ a │ b │ c │        `rows` = 2      │ a │ b │ c │ 0
 	 *		    │   ├───┼───┤                        │   ├───┼───┤
 	 *		  1 │   │ d │ e │  <-- remove from here  │   │ i │ j │ 1
 	 *		    │   ├───┼───┤        will give:      ├───┼───┼───┤