diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-03-03 10:52:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-03 10:52:14 +0100 |
commit | fdd0f18959b890e70a43a43d07e22af082319fc8 (patch) | |
tree | 8c04672aa1aa11142edf887886a6a288905366cd /doc | |
parent | 04345d2557d13e3b219881aeab3f643e9a1ace09 (diff) |
[DOCS] Small fix to Area: Fix copy/paste errors
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Area.xml | 6 |
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> |