From f347af853faecc2189e3b2f906dd94af24bade78 Mon Sep 17 00:00:00 2001 From: Daniel <24710205+Fabadiculous@users.noreply.github.com> Date: Tue, 24 Apr 2018 16:29:51 +1000 Subject: [PATCH] Fix grammar in return statement description DegToRad.js --- src/math/DegToRad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/DegToRad.js b/src/math/DegToRad.js index 23064fcc5..7436d90c4 100644 --- a/src/math/DegToRad.js +++ b/src/math/DegToRad.js @@ -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) {