mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Merge pull request #2428 from EJanuszewski/radToDeg-typo
Fix typo in Math radToDeg description
This commit is contained in:
commit
358cc6b8d0
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ Phaser.Math.degToRad = function degToRad (degrees) {
|
|||
};
|
||||
|
||||
/**
|
||||
* Convert degrees to radians.
|
||||
* Convert radians to degrees.
|
||||
*
|
||||
* @method Phaser.Math#radToDeg
|
||||
* @param {number} radians - Angle in radians.
|
||||
|
|
Loading…
Reference in a new issue