Skip to content

Commit 2be2bce

Browse files
Update CircularArc.js
1 parent 59663e9 commit 2be2bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/CircularArc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function degreesToRadians (degrees) {
1515
* @description calculate the length of a circular arc
1616
* @param {Integer} radius
1717
* @param {Integer} degrees
18-
* @returns {Integer} radius * angle_in _adians
18+
* @returns {Integer} radius * angle_in_radians
1919
* @see https://en.wikipedia.org/wiki/Circular_arc
2020
* @example circularArcLength(3, 45) = 2.356194490192345
2121
*/

0 commit comments

Comments
 (0)