From 471c2f444b42d0106313d89efc1b179e20bc15b0 Mon Sep 17 00:00:00 2001 From: Federico Omoto Date: Tue, 9 Sep 2014 16:22:59 -0300 Subject: [PATCH] Documentation fixes --- src/geom/Ellipse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geom/Ellipse.js b/src/geom/Ellipse.js index 167913a04..ae1330f36 100644 --- a/src/geom/Ellipse.js +++ b/src/geom/Ellipse.js @@ -82,7 +82,7 @@ Phaser.Ellipse.prototype = { }, /** - * Copies the x, y and diameter properties from this Circle to any given object. + * Copies the x, y, width and height properties from this Ellipse to any given object. * @method Phaser.Ellipse#copyTo * @param {any} dest - The object to copy to. * @return {Object} This dest object.