diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-07 10:02:04 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-07 10:06:12 +0100 |
commit | 26fddb77be127ce3a88c70240e83af84236b544c (patch) | |
tree | 794031646582cec58852b84d50eebe4444fd1732 /doc/classes/Rect2.xml | |
parent | 7d22e162e7ac3f880eae4d4b7fb8c71f80da0ba5 (diff) | |
download | redot-engine-26fddb77be127ce3a88c70240e83af84236b544c.tar.gz |
doc: Fix wrong references found by new makerst.py
Thanks @PJB3005
Diffstat (limited to 'doc/classes/Rect2.xml')
-rw-r--r-- | doc/classes/Rect2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index 1392e53f8d..45bfd16cb8 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -111,7 +111,7 @@ <argument index="1" name="by" type="float"> </argument> <description> - Returns a copy of the [code]Rect2[/code] grown a given amount of units towards the [Margin] direction. + Returns a copy of the [code]Rect2[/code] grown a given amount of units towards the [enum Margin] direction. </description> </method> <method name="has_no_area"> |