Skip to content

Commit

Permalink
Merge pull request #44353 from skyace65/PowFix
Browse files Browse the repository at this point in the history
Pow method doc fix
  • Loading branch information
akien-mga authored Dec 14, 2020
2 parents fe49eaa + 4fd2001 commit a511a26
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 a511a26

Please sign in to comment.