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 /sheet.go | |
| parent | 54def7eaad9ee0469ca495b3661798919239384a (diff) | |
Update GoDoc and typo fixed
Diffstat (limited to 'sheet.go')
| -rw-r--r-- | sheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1221,7 +1221,7 @@ func (f *File) GetPageLayout(sheet string, opts ...PageLayoutOptionPtr) error { } // SetDefinedName provides a function to set the defined names of the workbook -// or worksheet. If not specified scopr, the default scope is workbook. +// or worksheet. If not specified scope, the default scope is workbook. // For example: // // f.SetDefinedName(&excelize.DefinedName{ |
