Skip to content

Commit 358cc6b

Browse files
committed
Merge pull request phaserjs#2428 from EJanuszewski/radToDeg-typo
Fix typo in Math radToDeg description
2 parents d04a6ec + a9e4d95 commit 358cc6b

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
@@ -1054,7 +1054,7 @@ Phaser.Math.degToRad = function degToRad (degrees) {
10541054
};
10551055

10561056
/**
1057-
* Convert degrees to radians.
1057+
* Convert radians to degrees.
10581058
*
10591059
* @method Phaser.Math#radToDeg
10601060
* @param {number} radians - Angle in radians.

0 commit comments

Comments
 (0)