Explorar el Código

Update src/tableutils.js

Aleksander Nowodzinski hace 5 años
padre
commit
1ed527036d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-table/src/tableutils.js

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

@@ -767,7 +767,7 @@ function updateHeadingRows( table, first, last, model, batch ) {
 
 // Finds cells that will be:
 // - trimmed - Cells that are "above" removed rows sections and overlap the removed section - their rowspan must be trimmed.
-// - moved - Cells from removed rows section might stick out of. Such cells are moved to a next row after a removed section.
+// - moved - Cells from removed rows section might stick out of. These cells are moved to the next row after a removed section.
 //
 // Sample table with overlapping & sticking out cells:
 //