Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 058dc76

Browse files
committed
Fix Mod String
1 parent 302a07f commit 058dc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/ast.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (o OperatorNumber) String() string {
147147
case Div:
148148
return "Div()"
149149
case Modulo:
150-
return "Modulo()"
150+
return "Mod()"
151151
case Pow:
152152
return "Pow()"
153153
case LShift:

0 commit comments

Comments
 (0)