diff options
author | George Marques <george@gmarqu.es> | 2020-12-04 09:25:14 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2020-12-04 09:47:26 -0300 |
commit | 02f60812ed93a570dbf7324856471393db36bb43 (patch) | |
tree | b622e99f60c5263153ed9c0d76af53a1869efc00 /doc/classes | |
parent | ea7dd1be36abc528f39e7c42725267d01774983b (diff) |
Rename TYPE_REAL to TYPE_FLOAT
To be consistent with the naming everywhere else.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 0216d2ba35..f94eb7adef 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2504,7 +2504,7 @@ <constant name="TYPE_INT" value="2" enum="Variant.Type"> Variable is of type [int]. </constant> - <constant name="TYPE_REAL" value="3" enum="Variant.Type"> + <constant name="TYPE_FLOAT" value="3" enum="Variant.Type"> Variable is of type [float] (real). </constant> <constant name="TYPE_STRING" value="4" enum="Variant.Type"> |