diff options
Diffstat (limited to 'lib/components/body.js')
| -rw-r--r-- | lib/components/body.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/body.js b/lib/components/body.js index 7438dc3..fc17e17 100644 --- a/lib/components/body.js +++ b/lib/components/body.js @@ -13,7 +13,7 @@ export default class BodyComponent extends Component { super(config); /** - * The properthy that holds the pixi container + * The properthy that holds the matterjs body * * @property {external:MatterJs.Body} body * @instance |