Skip to content

Commit bea966f

Browse files
committed
Fill in remaining description tags for Within.js
1 parent 2fbb29f commit bea966f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/math/Within.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* @function Phaser.Math.Within
1111
* @since 3.0.0
1212
*
13-
* @param {number} a - [description]
14-
* @param {number} b - [description]
13+
* @param {number} a - The first value to use in the calculation.
14+
* @param {number} b - The second value to use in the calculation.
1515
* @param {number} tolerance - The tolerance. Anything equal to or less than this value is considered as being within range.
1616
*
1717
* @return {boolean} Returns `true` if `a` is less than or equal to the tolerance of `b`.

0 commit comments

Comments
 (0)