summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cell.go b/cell.go
index 95cfbbf..8e7ede1 100644
--- a/cell.go
+++ b/cell.go
@@ -458,7 +458,8 @@ func (f *File) SetCellHyperLink(sheet, axis, link, linkType string) error {
}
// SetCellRichText provides a function to set cell with rich text by given
-// worksheet. For example:
+// worksheet. For example, set rich text on the A1 cell of the worksheet named
+// Sheet1:
//
// package main
//