Skip to content

Commit 516c8cb

Browse files
committed
Update return statement description in DegToRad
1 parent bad0105 commit 516c8cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/math/DegToRad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var CONST = require('./const');
1414
*
1515
* @param {integer} degrees - The angle (in degrees) to convert to radians.
1616
*
17-
* @return {float} The equivalent angle in radians.
17+
* @return {float} The given angle converted radians.
1818
*/
1919
var DegToRad = function (degrees)
2020
{

0 commit comments

Comments
 (0)