From 411af068c2ae41bff7fb064a649c409bc8c947d2 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 19 Mar 2023 23:33:48 +0000 Subject: [PATCH] improved `body.parts` docs --- src/body/Body.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/body/Body.js b/src/body/Body.js index ec628e6..3dd75f7 100644 --- a/src/body/Body.js +++ b/src/body/Body.js @@ -927,7 +927,7 @@ var Axes = require('../geometry/Axes'); /** * _Read only_. Use `Body.setParts` to set. * - * An array of bodies ('parts') that make up this body. The first body in this array must always be a self-reference to this `body`. + * An array of bodies (the 'parts') that make up this body (the 'parent'). The first body in this array must always be a self-reference to this `body`. * * The parts are fixed together and will move and rotate as a single rigid body. *