From fdd0f18959b890e70a43a43d07e22af082319fc8 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 3 Mar 2018 10:52:14 +0100 Subject: [PATCH] [DOCS] Small fix to Area: Fix copy/paste errors --- doc/classes/Area.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml index eaf70beabd4..5c56b5e21b4 100644 --- a/doc/classes/Area.xml +++ b/doc/classes/Area.xml @@ -192,7 +192,7 @@ - Emitted when a [PhysicsBody2D] object exits. + Emitted when a [PhysicsBody] object exits. @@ -205,7 +205,7 @@ - Emitted when a [PhysicsBody2D] object enters, reporting which shapes overlapped. + Emitted when a [PhysicsBody] object enters, reporting which shapes overlapped. @@ -218,7 +218,7 @@ - Emitted when a [PhysicsBody2D] object exits, reporting which shapes were overlapping. + Emitted when a [PhysicsBody] object exits, reporting which shapes were overlapping.