Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaM314 committed Oct 30, 2024
1 parent 05e7307 commit 61bbbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/runtime/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ export class Runtime {
`use a CHAR literal by replacing the double quotes with single quotes`
] : [
//Because left was evaluated with undefined as the variable type, coercion to char is not attempted
`explicitly convert this expression to a STRING by using a temp variable`
`explicitly convert this expression to a CHAR by using a temp variable`
] : undefined
}, expr.nodes[0]);
const leftValue = computeOrdering(left);
Expand Down

0 comments on commit 61bbbf0

Please sign in to comment.