summaryrefslogtreecommitdiff
path: root/xmlTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlTable.go')
-rw-r--r--xmlTable.go2
1 files changed, 1 insertions, 1 deletions
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.