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 7de18d3..ff268cf 100644
--- a/rows.go
+++ b/rows.go
@@ -446,7 +446,7 @@ func (f *File) InsertRow(sheet string, row int) error {
return f.adjustHelper(sheet, rows, row, 1)
}
-// DuplicateRow inserts a copy of specified row (by it Excel row number) below
+// DuplicateRow inserts a copy of specified row (by its Excel row number) below
//
// err := xlsx.DuplicateRow("Sheet1", 2)
//