From 70bba4e62dc3ffe258fcc19b1e31af0354cedb3f Mon Sep 17 00:00:00 2001 From: Chaosus Date: Wed, 24 Jan 2018 23:39:36 +0300 Subject: Fix bug in color doc --- doc/classes/Color.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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]. -- cgit v1.2.3