summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-03-03 11:00:10 +0100
committerGitHub <noreply@github.com>2018-03-03 11:00:10 +0100
commit618b22bbec68bd2fbabef879007bb4f682d101b5 (patch)
tree56c3ab13069b19faf597e56436f56fc4cf38b508
parentdd23f33b495ebb2b32e69da596bce4db918905de (diff)
parentfdd0f18959b890e70a43a43d07e22af082319fc8 (diff)
Merge pull request #17219 from mhilbrunner/docs-area
[DOCS] Small fix to Area: Fix copy/paste errors
-rw-r--r--doc/classes/Area.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml
index eaf70beabd..5c56b5e21b 100644
--- a/doc/classes/Area.xml
+++ b/doc/classes/Area.xml
@@ -192,7 +192,7 @@
<argument index="0" name="body" type="Object">
</argument>
<description>
- Emitted when a [PhysicsBody2D] object exits.
+ Emitted when a [PhysicsBody] object exits.
</description>
</signal>
<signal name="body_shape_entered">
@@ -205,7 +205,7 @@
<argument index="3" name="area_shape" type="int">
</argument>
<description>
- Emitted when a [PhysicsBody2D] object enters, reporting which shapes overlapped.
+ Emitted when a [PhysicsBody] object enters, reporting which shapes overlapped.
</description>
</signal>
<signal name="body_shape_exited">
@@ -218,7 +218,7 @@
<argument index="3" name="area_shape" type="int">
</argument>
<description>
- Emitted when a [PhysicsBody2D] object exits, reporting which shapes were overlapping.
+ Emitted when a [PhysicsBody] object exits, reporting which shapes were overlapping.
</description>
</signal>
</signals>