[DOCS] Small fix to Area: Fix copy/paste errors

This commit is contained in:
Max Hilbrunner 2018-03-03 10:52:14 +01:00 committed by GitHub
parent 04345d2557
commit fdd0f18959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>