Skip to content

Commit

Permalink
Pow method doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyace65 committed Dec 13, 2020
1 parent 06314c1 commit 4fd2001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gdscript/doc_classes/@GDScript.xml
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
<argument index="1" name="exp" type="float">
</argument>
<description>
Returns the result of [code]x[/code] raised to the power of [code]y[/code].
Returns the result of [code]base[/code] raised to the power of [code]exp[/code].
[codeblock]
pow(2, 5) # Returns 32.0
[/codeblock]
Expand Down

0 comments on commit 4fd2001

Please sign in to comment.