Skip to content

Commit e9efc47

Browse files
authored
Correct comments of the internal function setSheetOutlineProps (#2066)
1 parent af422e1 commit e9efc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sheetpr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (ws *xlsxWorksheet) prepareSheetPr() {
8787
}
8888
}
8989

90-
// setSheetOutlinePr set worksheet outline properties by given options.
90+
// setSheetOutlineProps set worksheet outline properties by given options.
9191
func (ws *xlsxWorksheet) setSheetOutlineProps(opts *SheetPropsOptions) {
9292
prepareOutlinePr := func(ws *xlsxWorksheet) {
9393
ws.prepareSheetPr()

0 commit comments

Comments
 (0)