From 72d84c0cbdd0ad748dba19e21d4e92ea077110c7 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 8 Sep 2021 22:05:42 +0800 Subject: This closes #262, support set line width of add the shape --- calc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calc.go') diff --git a/calc.go b/calc.go index ef8d0b0..d650eca 100644 --- a/calc.go +++ b/calc.go @@ -948,7 +948,7 @@ func (f *File) parseOperatorPrefixToken(optStack, opdStack *Stack, token efp.Tok return } -// isFunctionStartToken determine if the token is function stop. +// isFunctionStartToken determine if the token is function start. func isFunctionStartToken(token efp.Token) bool { return token.TType == efp.TokenTypeFunction && token.TSubType == efp.TokenSubTypeStart } -- cgit v1.2.1