summaryrefslogtreecommitdiff
path: root/xmlWorkbook.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2016-10-19 20:39:44 +0800
committerRi Xu <xuri.me@gmail.com>2016-10-19 20:39:44 +0800
commit75abc628fe41bc67c787f79103c8d72e539a9fb2 (patch)
tree0d469589163f43d4e1834e9f4548e3f6bf031d9b /xmlWorkbook.go
parente28de172c6008c590c32ace62da2535ea0338de9 (diff)
Update godoc of package.
Diffstat (limited to 'xmlWorkbook.go')
-rw-r--r--xmlWorkbook.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlWorkbook.go b/xmlWorkbook.go
index 6fe8f37..a82052f 100644
--- a/xmlWorkbook.go
+++ b/xmlWorkbook.go
@@ -1,4 +1,4 @@
-// Some code of this file reference tealeg/xlsx
+// Some code of this file reference tealeg/xlsx.
package excelize
@@ -44,7 +44,7 @@ type xlsxWorkbook struct {
FileRecoveryPr xlsxFileRecoveryPr `xml:"fileRecoveryPr"`
}
-// xlsxFileRecoveryPr maps sheet recovery information
+// xlsxFileRecoveryPr maps sheet recovery information.
type xlsxFileRecoveryPr struct {
RepairLoad int `xml:"repairLoad,attr"`
}