Skip to content

Commit a094ad1

Browse files
update
1 parent 540b8b6 commit a094ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ worksheet.getColumn(5).outlineLevel = 1;
786786
expect(worksheet.getColumn(4).collapsed).to.equal(false);
787787
expect(worksheet.getColumn(5).collapsed).to.equal(true);
788788

789-
// Insert a page break below the column
789+
// Insert a page break after the column
790790
dobCol.addPageBreak();
791791

792792
// iterate over all current cells in this column

0 commit comments

Comments
 (0)