We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbb29f commit bea966fCopy full SHA for bea966f
1 file changed
src/math/Within.js
@@ -10,8 +10,8 @@
10
* @function Phaser.Math.Within
11
* @since 3.0.0
12
*
13
- * @param {number} a - [description]
14
- * @param {number} b - [description]
+ * @param {number} a - The first value to use in the calculation.
+ * @param {number} b - The second value to use in the calculation.
15
* @param {number} tolerance - The tolerance. Anything equal to or less than this value is considered as being within range.
16
17
* @return {boolean} Returns `true` if `a` is less than or equal to the tolerance of `b`.
0 commit comments