summaryrefslogtreecommitdiff
path: root/lib.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib.go')
-rw-r--r--lib.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.go b/lib.go
index c33c934..809a16b 100644
--- a/lib.go
+++ b/lib.go
@@ -156,7 +156,7 @@ func MustColumnNameToNumber(name string) int {
//
// Example:
//
-// excelize.ToAlphaString(37) // returns "AK", nil
+// excelize.ColumnNumberToName(37) // returns "AK", nil
//
func ColumnNumberToName(num int) (string, error) {
if num < 1 {