瀏覽代碼

Merge branch 'master' of github.com:tealeg/xlsx

Geoffrey J. Teale 11 年之前
父節點
當前提交
d72cb36e9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sharedstrings.go

+ 1 - 1
sharedstrings.go

@@ -2,7 +2,7 @@ package xlsx
 
 
 // xlsxSST directly maps the sst element from the namespace
 // xlsxSST directly maps the sst element from the namespace
 // http://schemas.openxmlformats.org/spreadsheetml/2006/main currently
 // http://schemas.openxmlformats.org/spreadsheetml/2006/main currently
-// I have not checked this for completeness - it does as much as need.
+// I have not checked this for completeness - it does as much as I need.
 type xlsxSST struct {
 type xlsxSST struct {
 	Count       string   `xml:"count,attr"`
 	Count       string   `xml:"count,attr"`
 	UniqueCount string   `xml:"uniqueCount,attr"`
 	UniqueCount string   `xml:"uniqueCount,attr"`