Skip to content

Commit f2aa263

Browse files
committed
jsdoc fix
1 parent e6812cf commit f2aa263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/math/Math.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ Phaser.Math = {
889889
*
890890
* @method Phaser.Math#wrapAngle
891891
* @param {number} angle - The angle value to check
892-
* @param {boolean} radians - True if angle is given in radians.
892+
* @param {boolean} radians - Set to `true` if the angle is given in radians, otherwise degrees is expected.
893893
* @return {number} The new angle value, returns the same as the input angle if it was within bounds.
894894
*/
895895
wrapAngle: function (angle, radians) {

0 commit comments

Comments
 (0)