Skip to content

Commit 74798cf

Browse files
committed
Typo
1 parent 30972f4 commit 74798cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cameras/2d/BaseCamera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ var BaseCamera = new Class({
568568
* @param {number} y - The vertical coordinate to center on.
569569
* @param {Phaser.Math.Vector2} [out] - A Vec2 to store the values in. If not given a new Vec2 is created.
570570
*
571-
* @return {Phaser.Math.Vector2} The scroll coordinates stored in the `x` abd `y` properties.
571+
* @return {Phaser.Math.Vector2} The scroll coordinates stored in the `x` and `y` properties.
572572
*/
573573
getScroll: function (x, y, out)
574574
{

0 commit comments

Comments
 (0)