summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-01-24 21:47:24 +0100
committerGitHub <noreply@github.com>2018-01-24 21:47:24 +0100
commit08b7cd0d3d131f54b3a4d8440f650105acb97288 (patch)
tree705e3d29b181301cc47f0e54166162fe36057283
parent44cce2bdfb553b24cc00ad61c389d7f97851c2ea (diff)
parent70bba4e62dc3ffe258fcc19b1e31af0354cedb3f (diff)
Merge pull request #16041 from Chaosus/fixcolordoc
Fix small bug in color doc
-rw-r--r--doc/classes/Color.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml
index c7a8ac863b..8d86655b6e 100644
--- a/doc/classes/Color.xml
+++ b/doc/classes/Color.xml
@@ -204,8 +204,7 @@
var c = Color(1, .5, .2)
print(str(c.to_32())) # prints 4294934323
[/codeblock]
-
- [i]This is same as [method to_ARGB32] but may be changed later to support RGBA format instead[/i].
+ [i]This is same as [method to_argb32] but may be changed later to support RGBA format instead[/i].
</description>
</method>
</methods>