Skip to content

Commit bad0105

Browse files
committed
Fill description tags in IsEven.js
1 parent ce4702c commit bad0105

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/math/IsEven.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+
* Check if a given value is an even number.
99
*
1010
* @function Phaser.Math.IsEven
1111
* @since 3.0.0
1212
*
13-
* @param {number} value - [description]
13+
* @param {number} value - The number to perform the check with.
1414
*
15-
* @return {boolean} [description]
15+
* @return {boolean} Whether the number is even or not.
1616
*/
1717
var IsEven = function (value)
1818
{

0 commit comments

Comments
 (0)