From 5bcc7f88b6ec4602a8f7f1ccdece2051c50c0feb Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Fri, 2 Mar 2018 04:59:17 +0100 Subject: [PATCH] [DOCS] Small fix to PinJoint2D (cherry picked from commit 0b65bac1a18a2a9dbab3e1fec7cb9677ed1508eb) --- doc/classes/PinJoint2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/PinJoint2D.xml b/doc/classes/PinJoint2D.xml index 0bc20304db6..85689bc9d29 100644 --- a/doc/classes/PinJoint2D.xml +++ b/doc/classes/PinJoint2D.xml @@ -4,7 +4,7 @@ Pin Joint for 2D Shapes. - Pin Joint for 2D Rigid Bodies. It pins 2 bodies (rigid or static) together, or a single body to a fixed position in space. + Pin Joint for 2D Rigid Bodies. It pins two bodies (rigid or static) together.