From 0b5ce1d77f67ef3c9082a67a144c05c9000ca8ca Mon Sep 17 00:00:00 2001 From: Griva Date: Sat, 9 Jun 2018 16:15:25 +0200 Subject: [PATCH] Fixed constraint pointB documentation --- src/constraint/Constraint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constraint/Constraint.js b/src/constraint/Constraint.js index 14c90f8..9e49f16 100644 --- a/src/constraint/Constraint.js +++ b/src/constraint/Constraint.js @@ -406,7 +406,7 @@ var Common = require('../core/Common'); */ /** - * A `Vector` that specifies the offset of the constraint from center of the `constraint.bodyA` if defined, otherwise a world-space position. + * A `Vector` that specifies the offset of the constraint from center of the `constraint.bodyB` if defined, otherwise a world-space position. * * @property pointB * @type vector