Skip to content

Commit 11df112

Browse files
authored
Update trigonometry.js
1 parent 22bc841 commit 11df112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/trigonometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ p5.prototype.degrees = angle => angle * constants.RAD_TO_DEG;
540540
*
541541
* background(200);
542542
*
543-
* // Caclulate the angle conversion.
543+
* // Calculate the angle conversion.
544544
* let deg = 45;
545545
* let rad = radians(deg);
546546
*

0 commit comments

Comments
 (0)