summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-04-17 11:19:48 +0200
committerGitHub <noreply@github.com>2018-04-17 11:19:48 +0200
commite9ad3fada1c09e8ad060df25185ccc09884d0237 (patch)
treef51d1814717baeafc2c6457c2f933ffb1ebafc23 /core
parent5cb83f847f8fb20f69fcb035ec70edf7aeaf4a93 (diff)
parentfefee533ae0e55882bbb1a7c42e1da5dc6adb24b (diff)
Merge pull request #18239 from vnen/variant-op-names
Fix names of Variant operators
Diffstat (limited to 'core')
-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)",
"<<",
">>",
"&",