From dad8f490cc2df664bf1e7c6770ecd89a0c0e7fe4 Mon Sep 17 00:00:00 2001 From: xuri Date: Thu, 9 Sep 2021 23:43:16 +0800 Subject: This closes #417 and closes #520, new API `GetCellType` has been added --- calc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calc.go') 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. -- cgit v1.2.1