Skip to content

Commit d67559d

Browse files
committed
Fill all description tags for Phaser.Math.Difference
1 parent ea1d01b commit d67559d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/math/Difference.js

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

77
/**
8-
* [description]
8+
* Calculates the positive difference of two given numbers.
99
*
1010
* @function Phaser.Math.Difference
1111
* @since 3.0.0
1212
*
13-
* @param {number} a - [description]
14-
* @param {number} b - [description]
13+
* @param {number} a - The first number in the calculation.
14+
* @param {number} b - The second number in the calculation.
1515
*
16-
* @return {number} [description]
16+
* @return {number} The positive difference of the two given numbers
1717
*/
1818
var Difference = function (a, b)
1919
{

0 commit comments

Comments
 (0)