Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
Signed-off-by: zhuhaicity <[email protected]>
  • Loading branch information
zhuhaicity committed Jan 12, 2025
1 parent af422e1 commit 2a95635
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 2a95635

Please sign in to comment.