Skip to content

Commit

Permalink
Correct comments of the internal function setSheetOutlineProps (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaicity authored Jan 14, 2025
1 parent af422e1 commit e9efc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheetpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (ws *xlsxWorksheet) prepareSheetPr() {
}
}

// setSheetOutlinePr set worksheet outline properties by given options.
// setSheetOutlineProps set worksheet outline properties by given options.
func (ws *xlsxWorksheet) setSheetOutlineProps(opts *SheetPropsOptions) {
prepareOutlinePr := func(ws *xlsxWorksheet) {
ws.prepareSheetPr()
Expand Down

0 comments on commit e9efc47

Please sign in to comment.