Skip to content

Commit 8ecab7a

Browse files
committed
JSDocs fix
1 parent 280e0e2 commit 8ecab7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/geom/rectangle/FitInside.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var GetAspectRatio = require('./GetAspectRatio');
1919
* @generic {Phaser.Geom.Rectangle} O - [target,$return]
2020
*
2121
* @param {Phaser.Geom.Rectangle} target - The target rectangle to adjust.
22-
* @param {Phaser.Geom.Rectangle} source - The source rectangle to envlope the target in.
22+
* @param {Phaser.Geom.Rectangle} source - The source rectangle to envelop the target in.
2323
*
2424
* @return {Phaser.Geom.Rectangle} The modified target rectangle instance.
2525
*/

src/time/TimerEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ var TimerEvent = new Class({
274274
* @method Phaser.Time.TimerEvent#remove
275275
* @since 3.0.0
276276
*
277-
* @param {boolean} [dispatchCallback] - If `true` (by default `false`), the function of the Timer Event will be called before its removal from its Clock.
277+
* @param {boolean} [dispatchCallback=false] - If `true`, the function of the Timer Event will be called before its removal.
278278
*/
279279
remove: function (dispatchCallback)
280280
{

0 commit comments

Comments
 (0)