Fix names of Variant operators

This commit is contained in:
George Marques
2018-04-16 14:54:49 -03:00
parent 7b5703bc41
commit fefee533ae

View File

@@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = {
"*", "*",
"/", "/",
"- (negation)", "- (negation)",
"+ (positive)",
"%", "%",
"..", "+ (concatenation)",
"<<", "<<",
">>", ">>",
"&", "&",