summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2018-04-16 14:54:49 -0300
committerGeorge Marques <george@gmarqu.es>2018-04-16 14:54:49 -0300
commitfefee533ae0e55882bbb1a7c42e1da5dc6adb24b (patch)
treed34ef52772542cbd9270593aecc7e0c671f2dfa1
parent7b5703bc41460c5c8b955f879190625da85a2a81 (diff)
Fix names of Variant operators
-rw-r--r--core/variant_op.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/variant_op.cpp b/core/variant_op.cpp
index 8ad981ed0e..4e37593915 100644
--- a/core/variant_op.cpp
+++ b/core/variant_op.cpp
@@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = {
"*",
"/",
"- (negation)",
+ "+ (positive)",
"%",
- "..",
+ "+ (concatenation)",
"<<",
">>",
"&",