From 3a16f90404b69f7fb2fe6939e73a47438855aa22 Mon Sep 17 00:00:00 2001 From: liabru Date: Tue, 3 Jun 2014 13:46:23 +0100 Subject: [PATCH] fixed issue with docs --- src/body/Body.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/body/Body.js b/src/body/Body.js index c2ceb9b0..1b998d72 100644 --- a/src/body/Body.js +++ b/src/body/Body.js @@ -285,7 +285,7 @@ var Body = {}; /** * Scales the body, including updating physical properties (mass, area, axes, inertia), from a world-space point (default is body centre). - * @method translate + * @method scale * @param {body} body * @param {number} scaleX * @param {number} scaleY