diff options
Diffstat (limited to 'lib/components/angle.js')
| -rw-r--r-- | lib/components/angle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/components/angle.js b/lib/components/angle.js index 4de9764..65feeab 100644 --- a/lib/components/angle.js +++ b/lib/components/angle.js @@ -13,9 +13,9 @@ export default class AngleComponent extends Component { super(config); /** - * The properthy that holds the pixi container + * The properthy that holds the angle * - * @property {external:MatterJs.Angle} angle + * @property {number} angle * @instance * @memberof AngleComponent */ |