From fc5cc57d82290f9e900a4e3ba933c7e080406aa1 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Wed, 17 Jan 2018 13:28:59 +0300 Subject: few doc fixes --- doc/classes/@GDScript.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index 778d4f75cf..b9694d0e6d 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -189,7 +189,7 @@ - Clamps [code]val[/code] and returns a value not less than [code]min[/code] and not more than [code]max[/code]. + Clamps [code]value[/code] and returns a value not less than [code]min[/code] and not more than [code]max[/code]. [codeblock] speed = 1000 # a is 20 @@ -592,7 +592,7 @@ - Returns the nearest larger power of 2 for integer [code]val[/code]. + Returns the nearest larger power of 2 for integer [code]value[/code]. [codeblock] nearest_po2(3) # returns 4 nearest_po2(4) # returns 4 -- cgit v1.2.3