Skip to content

Commit 31ed7f7

Browse files
committed
Fill all description tags in TadToDeg.js
1 parent c119d57 commit 31ed7f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/math/RadToDeg.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
var CONST = require('./const');
88

99
/**
10-
* [description]
10+
* Convert the given angle in radians, to the equivalent angle in degrees.
1111
*
1212
* @function Phaser.Math.RadToDeg
1313
* @since 3.0.0
1414
*
15-
* @param {float} radians - [description]
15+
* @param {float} radians - The angle in radians to convert ot degrees.
1616
*
17-
* @return {integer} [description]
17+
* @return {integer} The given angle in degrees.
1818
*/
1919
var RadToDeg = function (radians)
2020
{

0 commit comments

Comments
 (0)