mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Fix grammar in return statement description DegToRad.js
This commit is contained in:
parent
529c35adda
commit
f347af853f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ var CONST = require('./const');
|
|||
*
|
||||
* @param {integer} degrees - The angle (in degrees) to convert to radians.
|
||||
*
|
||||
* @return {float} The given angle converted radians.
|
||||
* @return {float} The given angle converted to radians.
|
||||
*/
|
||||
var DegToRad = function (degrees)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue