summaryrefslogtreecommitdiff
path: root/rows.go
diff options
context:
space:
mode:
Diffstat (limited to 'rows.go')
-rw-r--r--rows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rows.go b/rows.go
index 1d94a6c..a913b7a 100644
--- a/rows.go
+++ b/rows.go
@@ -103,7 +103,7 @@ func (f *File) getTotalRowsCols(sheet string) (int, int) {
// SetRowHeight provides a function to set the height of a single row.
// For example:
//
-// xlsx := excelize.CreateFile()
+// xlsx := excelize.NewFile()
// xlsx.SetRowHeight("Sheet1", 0, 50)
// err := xlsx.Save()
// if err != nil {