From e7d8d29cd918d7ae877985094ecda977f7dcd822 Mon Sep 17 00:00:00 2001 From: Felix Wehnert Date: Fri, 2 Jan 2015 13:56:45 +0100 Subject: [PATCH] minor documentation update --- src/particles/arcade/Emitter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/particles/arcade/Emitter.js b/src/particles/arcade/Emitter.js index 24be2c03f..1359aa401 100644 --- a/src/particles/arcade/Emitter.js +++ b/src/particles/arcade/Emitter.js @@ -126,7 +126,7 @@ Phaser.Particles.Arcade.Emitter = function (game, x, y, maxParticles) { this.angularDrag = 0; /** - * @property {boolean} frequency - How often a particle is emitted in ms (if emitter is started with Explode === false). + * @property {number} frequency - How often a particle is emitted in ms (if emitter is started with Explode === false). * @default */ this.frequency = 100;