From 8a335225c705232fe1174755a1b1ea475456b864 Mon Sep 17 00:00:00 2001 From: xuri Date: Thu, 24 Mar 2022 00:19:30 +0800 Subject: Format code, update documentation and remove exported variable `XMLHeaderByte` --- xmlTable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlTable.go') diff --git a/xmlTable.go b/xmlTable.go index 4afc26d..5a56a83 100644 --- a/xmlTable.go +++ b/xmlTable.go @@ -14,7 +14,7 @@ package excelize import "encoding/xml" // xlsxTable directly maps the table element. A table helps organize and provide -// structure to lists of information in a worksheet. Tables have clearly labeled +// structure to list of information in a worksheet. Tables have clearly labeled // columns, rows, and data regions. Tables make it easier for users to sort, // analyze, format, manage, add, and delete information. This element is the // root element for a table that is not a single cell XML table. -- cgit v1.2.1