0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-26 13:49:01 -05:00

Fix typo in docs

This commit is contained in:
Omar Shehata 2018-10-27 14:33:47 -04:00 committed by GitHub
parent 7894b4b44d
commit c486635242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,7 +315,7 @@ var Axes = require('../geometry/Axes');
}; };
/** /**
* Sets the moment of inertia (i.e. second moment of area) of the body of the body. * Sets the moment of inertia (i.e. second moment of area) of the body.
* Inverse inertia is automatically updated to reflect the change. Mass is not changed. * Inverse inertia is automatically updated to reflect the change. Mass is not changed.
* @method setInertia * @method setInertia
* @param {body} body * @param {body} body