mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 05:58:30 +00:00
Fix typo of Phaser.Math#fuzzyLessThan for docs
This commit is contained in:
parent
6d418ba9c7
commit
936092cba1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue