summaryrefslogtreecommitdiff
path: root/styles.go
diff options
context:
space:
mode:
Diffstat (limited to 'styles.go')
-rw-r--r--styles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles.go b/styles.go
index 6db97c1..eacbe9f 100644
--- a/styles.go
+++ b/styles.go
@@ -225,7 +225,7 @@ func parseTime(i int, v string) string {
}
// stylesReader provides function to get the pointer to the structure after
-// deserialization of workbook.
+// deserialization of xl/styles.xml.
func (f *File) stylesReader() *xlsxStyleSheet {
if f.Styles == nil {
var styleSheet xlsxStyleSheet