mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Docs: grammar
This commit is contained in:
parent
e091aecead
commit
dd7976699d
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ var Body = new Class({
|
|||
};
|
||||
|
||||
/**
|
||||
* Whether the Body's is drawn to the debug display.
|
||||
* Whether the Body is drawn to the debug display.
|
||||
*
|
||||
* @name Phaser.Physics.Arcade.Body#debugShowBody
|
||||
* @type {boolean}
|
||||
|
@ -109,7 +109,7 @@ var Body = new Class({
|
|||
this.enable = true;
|
||||
|
||||
/**
|
||||
* Whether this Body's is circular (true) or rectangular (false).
|
||||
* Whether this Body is circular (true) or rectangular (false).
|
||||
*
|
||||
* @name Phaser.Physics.Arcade.Body#isCircle
|
||||
* @type {boolean}
|
||||
|
|
Loading…
Reference in a new issue