From 75abc628fe41bc67c787f79103c8d72e539a9fb2 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 19 Oct 2016 20:39:44 +0800 Subject: Update godoc of package. --- xmlWorkbook.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlWorkbook.go') 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"` } -- cgit v1.2.1