Skip to content

Commit 9701d68

Browse files
committed
Fill all description tags for Phaser.Math.FloatBetween
1 parent d7c5d89 commit 9701d68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/math/FloatBetween.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
*/
66

77
/**
8-
* Generate a random floating point number between the given maximum and minimum bounds with the minimum bound inclusive, maximum bound exclusive.
8+
* [description]
99
*
1010
* @function Phaser.Math.FloatBetween
1111
* @since 3.0.0
1212
*
13-
* @param {float} min - The minimum bound of the generated float (inclusive).
14-
* @param {float} max - The maximum bound of the generated float (exclusive).
13+
* @param {float} min - [description]
14+
* @param {float} max - [description]
1515
*
16-
* @return {float} The randomly generated float.
16+
* @return {float} [description]
1717
*/
1818
var FloatBetween = function (min, max)
1919
{

0 commit comments

Comments
 (0)