We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30972f4 commit 74798cfCopy full SHA for 74798cf
1 file changed
src/cameras/2d/BaseCamera.js
@@ -568,7 +568,7 @@ var BaseCamera = new Class({
568
* @param {number} y - The vertical coordinate to center on.
569
* @param {Phaser.Math.Vector2} [out] - A Vec2 to store the values in. If not given a new Vec2 is created.
570
*
571
- * @return {Phaser.Math.Vector2} The scroll coordinates stored in the `x` abd `y` properties.
+ * @return {Phaser.Math.Vector2} The scroll coordinates stored in the `x` and `y` properties.
572
*/
573
getScroll: function (x, y, out)
574
{
0 commit comments