소스 검색

Update src/commands/mergecellscommand.js

Aleksander Nowodzinski 5 년 전
부모
커밋
17dce0c127
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-table/src/commands/mergecellscommand.js

+ 1 - 1
packages/ckeditor5-table/src/commands/mergecellscommand.js

@@ -201,7 +201,7 @@ function getBiggestRectangleArea( rows, columns ) {
 
 // Checks if the selection does not mix header (column or row) with other cells.
 //
-// In the below table a valid selection is such that consist cells with the same letter.
+// For instance, in the table below valid selections consist of cells with the same letter only.
 // So, a-a (same heading row and column) or d-d (body cells) are valid while c-d or a-b are not.
 //
 //    header columns