We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdcfd5 commit 1e6e350Copy full SHA for 1e6e350
1 file changed
src/physics/matter-js/MatterPhysics.js
@@ -1018,7 +1018,7 @@ var MatterPhysics = new Class({
1018
* @method Phaser.Physics.Matter.MatterPhysics#getMatterBodies
1019
* @since 3.22.0
1020
*
1021
- * @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.
1022
1023
* @return {MatterJS.Body[]} An array of native Matter Body objects.
1024
*/
0 commit comments