Просмотр исходного кода

Merge pull request #31 from chrisglass/patch-1

Typo fix - cheers Chris Glass.
Geoffrey J. Teale 11 лет назад
Родитель
Сommit
1e28866e9b
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
 // 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 {
 	Count       string   `xml:"count,attr"`
 	UniqueCount string   `xml:"uniqueCount,attr"`