Fix typo of Phaser.Math#fuzzyLessThan for docs

This commit is contained in:
Nicholas Howell 2014-02-19 14:05:04 -05:00
parent 6d418ba9c7
commit 936092cba1

View file

@ -32,7 +32,7 @@ Phaser.Math = {
/**
* a is fuzzyLessThan b if it is less than b + ε.
* @method Phaser.Math#fuzzyEqual
* @method Phaser.Math#fuzzyLessThan
* @param {number} a
* @param {number} b
* @param {number} epsilon