Skip to content

Commit 7ae124f

Browse files
committed
Docs fix.
1 parent 44ff20d commit 7ae124f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/physics/arcade/Body.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ var Body = new Class({
762762
this._dy = 0;
763763

764764
/**
765-
* The calculated change in the Body's horizontal position during as of `postUpdate`.
765+
* The final calculated change in the Body's horizontal position as of `postUpdate`.
766766
*
767767
* @name Phaser.Physics.Arcade.Body#_tx
768768
* @type {number}
@@ -773,7 +773,7 @@ var Body = new Class({
773773
this._tx = 0;
774774

775775
/**
776-
* The calculated change in the Body's vertical position during as of `postUpdate`.
776+
* The final calculated change in the Body's vertical position as of `postUpdate`.
777777
*
778778
* @name Phaser.Physics.Arcade.Body#_ty
779779
* @type {number}

0 commit comments

Comments
 (0)