From 649cb70ddb451118b312b5e13c44371e19fc4f55 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 (cherry picked from commit fdd0f18959b890e70a43a43d07e22af082319fc8) --- 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 5483b5f847d..4d29eeae7f4 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.