summaryrefslogtreecommitdiff
path: root/calc.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-09-09 23:43:16 +0800
committerxuri <xuri.me@gmail.com>2021-09-09 23:43:16 +0800
commitdad8f490cc2df664bf1e7c6770ecd89a0c0e7fe4 (patch)
tree2eefc9599177b0f64a5a2a1e54fb55b7025f39b9 /calc.go
parent72d84c0cbdd0ad748dba19e21d4e92ea077110c7 (diff)
This closes #417 and closes #520, new API `GetCellType` has been added
Diffstat (limited to 'calc.go')
-rw-r--r--calc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/calc.go b/calc.go
index d650eca..59d97e0 100644
--- a/calc.go
+++ b/calc.go
@@ -158,7 +158,7 @@ type formulaCriteria struct {
Condition string
}
-// ArgType is the type if formula argument type.
+// ArgType is the type of formula argument type.
type ArgType byte
// Formula argument types enumeration.