This commit is contained in:
Richard Davey 2020-01-02 01:57:26 +00:00
parent 7fdcfd540c
commit 1e6e350f7f

View file

@ -1018,7 +1018,7 @@ var MatterPhysics = new Class({
* @method Phaser.Physics.Matter.MatterPhysics#getMatterBodies
* @since 3.22.0
*
* @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodis in the world.
* @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodies in the world.
*
* @return {MatterJS.Body[]} An array of native Matter Body objects.
*/