Update public/kcl-samples/wind-turbine-blade/main.kcl

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
This commit is contained in:
Nicholas Boone
2025-05-28 23:03:24 -07:00
committed by GitHub
parent 962609e3d3
commit ec19b9bfaa

View File

@ -123,7 +123,7 @@ fn fanBladeSketch(r1, offsetDistance, angle, armLength) {
return fanBladeSketch
}
// Define a function to sketch she solid airfoil section of a wind turbine blade cap
// Define a function to sketch the solid airfoil section of a wind turbine blade cap
fn endCapSketch(r1, offsetDistance, angle, armLength) {
d1 = r1 + armLength
r2 = r1 + wallThickness