From c2ec3552c49ca3b1a31b7369cdc6d90a85b1a7b1 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Fri, 20 Jan 2023 23:59:03 -0500 Subject: [PATCH] fix typo --- trigonometry.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trigonometry.scad b/trigonometry.scad index 2c10a40..59e99e5 100644 --- a/trigonometry.scad +++ b/trigonometry.scad @@ -251,7 +251,7 @@ function ang_adj_to_opp(ang,adj) = adj_ang_to_opp(adj,ang); // hyp = opp_adj_to_hyp(opp,adj); // Topics: Geometry, Trigonometry, Triangles // Description: -// Given the length of the adjacent and opposite sides of a right triangle, returns the length of thee hypotenuse. +// Given the length of the adjacent and opposite sides of a right triangle, returns the length of the hypotenuse. // Arguments: // adj = The length of the side of the right triangle that is adjacent to the primary angle. // opp = The length of the side of the right triangle that is opposite from the primary angle.