Skip to content

Commit a9e4d95

Browse files
committed
Fix typo in Math radToDeg description
1 parent 8399073 commit a9e4d95

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
@@ -1036,7 +1036,7 @@ Phaser.Math.degToRad = function degToRad (degrees) {
10361036
};
10371037

10381038
/**
1039-
* Convert degrees to radians.
1039+
* Convert radians to degrees.
10401040
*
10411041
* @method Phaser.Math#radToDeg
10421042
* @param {number} radians - Angle in radians.

0 commit comments

Comments
 (0)