Skip to content

Commit ea1d01b

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/math/Factorial.js

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

77
/**
8-
* [description]
8+
* Calculates the factorial of a given number for integer values greater than 0.
99
*
1010
* @function Phaser.Math.Factorial
1111
* @since 3.0.0
1212
*
13-
* @param {number} value - [description]
13+
* @param {number} value - A positive integer to calculate the factorial of.
1414
*
15-
* @return {number} [description]
15+
* @return {number} The factorial of the given number.
1616
*/
1717
var Factorial = function (value)
1818
{

0 commit comments

Comments
 (0)