Skip to content

Commit

Permalink
improved body.parts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Mar 19, 2023
1 parent c1f9584 commit 411af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/body/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 411af06

Please sign in to comment.