Skip to content

Commit 3d1b10c

Browse files
jsdoc fix: replace #onTop for #onCeiling
Modified the jsdoc of Phaser.Arcade.Body.onCeiling, by replacing the #onTop reference for #onCeiling.
1 parent f2daaec commit 3d1b10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ Phaser.Physics.Arcade.Body.prototype = {
12191219
/**
12201220
* Returns true if the top of this Body is in contact with either the world bounds or a tile.
12211221
*
1222-
* @method Phaser.Physics.Arcade.Body#onTop
1222+
* @method Phaser.Physics.Arcade.Body#onCeiling
12231223
* @return {boolean} True if in contact with either the world bounds or a tile.
12241224
*/
12251225
onCeiling: function(){

0 commit comments

Comments
 (0)