summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-10-14 00:48:16 +0800
committerxuri <xuri.me@gmail.com>2022-10-14 00:48:16 +0800
commit3d02726ad4dc3bc6a92d5b68ef8421ac4db44076 (patch)
treeb6fe49d32bf14f7b85316073037122d24b19adf0 /table.go
parent7363c1e3337c5f0d9c70cc8af7504b3f8c092ab4 (diff)
This closes #320, support custom chart axis font style
Diffstat (limited to 'table.go')
-rw-r--r--table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.go b/table.go
index f7cac20..112882c 100644
--- a/table.go
+++ b/table.go
@@ -516,7 +516,7 @@ func (f *File) parseFilterTokens(expression string, tokens []string) ([]int, str
}
}
}
- // if the string token contains an Excel match character then change the
+ // If the string token contains an Excel match character then change the
// operator type to indicate a non "simple" equality.
re, _ = regexp.Match("[*?]", []byte(token))
if operator == 2 && re {