:typo: update comments

This commit is contained in:
wangfengming
2020-07-08 11:26:24 +08:00
parent 80bab95f6c
commit 0de302d192
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ export class TableRow extends XmlComponent {
while (colIdx <= columnIndex) {
if (rootIdx >= this.root.length) {
if (allowEndNewCell) {
// for insert verticalMerge CONTINUE at row end
// for inserting verticalMerge CONTINUE cell at end of row
return this.root.length;
} else {
throw new Error(`cell 'columnIndex' should not great than ${colIdx - 1}`);