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:
parent
7894b4b44d
commit
c486635242
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue