diff options
Diffstat (limited to 'calc.go')
-rw-r--r-- | calc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |