From 81146218c72c02af181e053187ac2b8561f61e02 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sun, 22 Jan 2017 19:20:33 +0800 Subject: Update README, godoc and fix typo. --- sheet.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sheet.go') diff --git a/sheet.go b/sheet.go index a3df037..b5b410c 100644 --- a/sheet.go +++ b/sheet.go @@ -8,9 +8,9 @@ import ( "strings" ) -// NewSheet provice function to greate a new sheet by given index, when creating -// a new XLSX file, the default sheet will be create, when you create a new -// file, you need to ensure that the index is continuous. +// NewSheet provides function to create a new sheet by given index, when +// creating a new XLSX file, the default sheet will be create, when you create a +// new file, you need to ensure that the index is continuous. func (f *File) NewSheet(index int, name string) { // Update docProps/app.xml f.setAppXML() -- cgit v1.2.1