Fix KCL casing

This commit is contained in:
Jonathan Tran
2025-06-25 14:40:10 -04:00
parent 80f869d1c0
commit 4faaccbae0

View File

@ -280,7 +280,7 @@ export fn circle(
@(impl = std_rust)
export fn ellipse(
/// Sketch to extend, or plane or surface to sketch on.
@sketch_or_surface: Sketch | Plane | Face,
@sketchOrSurface: Sketch | Plane | Face,
/// The center of the ellipse.
@(snippetArray = ["0", "0"])
center: Point2d,