summaryrefslogtreecommitdiff
path: root/sheetpr.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-08-06 10:21:24 +0800
committerxuri <xuri.me@gmail.com>2018-08-06 10:21:24 +0800
commitec37b114c3b704a84c66fcf3e135c9df88ffb24d (patch)
tree54f67ffacc2364f34712f26f08d9c67094b7d8e7 /sheetpr.go
parentefe3219af0c9f8c8248bb5c6ac51e4c7a900396b (diff)
Fixes #256 and format document.
Diffstat (limited to 'sheetpr.go')
-rw-r--r--sheetpr.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sheetpr.go b/sheetpr.go
index 7b8df54..1601ab1 100644
--- a/sheetpr.go
+++ b/sheetpr.go
@@ -98,7 +98,7 @@ func (o *AutoPageBreaks) getSheetPrOption(pr *xlsxSheetPr) {
*o = AutoPageBreaks(pr.PageSetUpPr.AutoPageBreaks)
}
-// SetSheetPrOptions provides function to sets worksheet properties.
+// SetSheetPrOptions provides a function to sets worksheet properties.
//
// Available options:
// CodeName(string)
@@ -120,7 +120,7 @@ func (f *File) SetSheetPrOptions(name string, opts ...SheetPrOption) error {
return nil
}
-// GetSheetPrOptions provides function to gets worksheet properties.
+// GetSheetPrOptions provides a function to gets worksheet properties.
//
// Available options:
// CodeName(string)