diff --git a/src/body/Body.js b/src/body/Body.js index 4cbe2ff..e1621d9 100644 --- a/src/body/Body.js +++ b/src/body/Body.js @@ -709,7 +709,8 @@ var Body = {}; */ /** - * An Integer `Number`, see `body.collisionFilter` for more information. + * An Integer `Number`, that specifies the collision group this body belongs to. + * See `body.collisionFilter` for more information. * * @property collisionFilter.group * @type object @@ -728,7 +729,8 @@ var Body = {}; */ /** - * An Integer `Number`, see `body.collisionFilter` for more information. + * A bit mask that specifies the collision categories this body may collide with. + * See `body.collisionFilter` for more information. * * @property collisionFilter.mask * @type object