diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-07-30 15:46:04 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-07-30 15:46:04 +0800 |
commit | 308776e350334a8daddcf5f502ee7547f01cc64c (patch) | |
tree | 8cc7850e18b2d5dae995c213d27bcb0fab7794c9 /sheet.go | |
parent | 1d54bd4df6542edcce1f820c0b29e2cc00f10563 (diff) |
Optimize code, go test and godoc updated.
Diffstat (limited to 'sheet.go')
-rw-r--r-- | sheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -547,7 +547,7 @@ func parseFormatPanesSet(formatSet string) *formatPanes { // | regions. In that case, this value specifies the right // | pane. // -// Pane state type is restricted to the values supported currently listed in the following table: +// Pane state type is restricted to the values supported currently listed in the following table: // // Enumeration Value | Description // --------------------------------+------------------------------------------------------------- |