diff options
author | xuri <xuri.me@gmail.com> | 2019-06-30 19:50:47 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-06-30 19:50:47 +0800 |
commit | dc8210d4a7d18f6425f6f18dc383b26778883715 (patch) | |
tree | 9c61ce5dc508581a1daed42bc01f87f12ec875f9 /docProps.go | |
parent | 54def7eaad9ee0469ca495b3661798919239384a (diff) |
Update GoDoc and typo fixed
Diffstat (limited to 'docProps.go')
-rw-r--r-- | docProps.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docProps.go b/docProps.go index 0f44ac4..ff19fda 100644 --- a/docProps.go +++ b/docProps.go @@ -31,7 +31,7 @@ import ( // Description | An explanation of the content of the resource. // | // LastModifiedBy | The user who performed the last modification. The identification is -// | environment-specific. +// | environment-specific. // | // Language | The language of the intellectual content of the resource. // | @@ -40,7 +40,7 @@ import ( // Revision | The topic of the content of the resource. // | // ContentStatus | The status of the content. For example: Values might include "Draft", -// | "Reviewed", and "Final" +// | "Reviewed" and "Final" // | // Category | A categorization of the content of this package. // | |