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` --- xmlContentTypes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlContentTypes.go') diff --git a/xmlContentTypes.go b/xmlContentTypes.go index 5920f1f..4b3cd64 100644 --- a/xmlContentTypes.go +++ b/xmlContentTypes.go @@ -16,7 +16,7 @@ import ( "sync" ) -// xlsxTypes directly maps the types element of content types for relationship +// xlsxTypes directly maps the types' element of content types for relationship // parts, it takes a Multipurpose Internet Mail Extension (MIME) media type as a // value. type xlsxTypes struct { -- cgit v1.2.1