summaryrefslogtreecommitdiff
path: root/rows.go
diff options
context:
space:
mode:
Diffstat (limited to 'rows.go')
-rw-r--r--rows.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/rows.go b/rows.go
index fdb9374..561f64b 100644
--- a/rows.go
+++ b/rows.go
@@ -238,7 +238,8 @@ func (rows *Rows) rowXMLHandler(rowIterator *rowXMLIterator, xmlElement *xml.Sta
}
// Rows returns a rows iterator, used for streaming reading data for a
-// worksheet with a large data. For example:
+// worksheet with a large data. This function is concurrency safe. For
+// example:
//
// rows, err := f.Rows("Sheet1")
// if err != nil {