Browse Source

Fix names of Variant operators

George Marques 7 years ago
parent
commit
fefee533ae
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/variant_op.cpp

+ 2 - 1
core/variant_op.cpp

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