summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
Diffstat (limited to 'col.go')
-rw-r--r--col.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/col.go b/col.go
index d2eba8b..1e0c333 100644
--- a/col.go
+++ b/col.go
@@ -399,8 +399,8 @@ func (f *File) SetColOutlineLevel(sheet, col string, level uint8) error {
// SetColStyle provides a function to set style of columns by given worksheet
// name, columns range and style ID. Note that this will overwrite the
-// existing styles for the cell, it won't append or merge style with existing
-// styles.
+// existing styles for the columns, it won't append or merge style with
+// existing styles.
//
// For example set style of column H on Sheet1:
//