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