Skip to content

Commit c82c178

Browse files
committed
fix: typo
1 parent a0b80f0 commit c82c178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/calculator.av

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn term(parser, tokens) {
9898
} elsif t.val == '/' {
9999
parser.move();
100100
unary(parser, tokens);
101-
seq.add(tokens, OP_DIV);x
101+
seq.add(tokens, OP_DIV);
102102
} else {
103103
break;
104104
}

0 commit comments

Comments
 (0)