Revert "fixes"

This reverts commit 8f5fbfc273.
This commit is contained in:
Jess Frazelle
2025-05-15 04:28:20 -07:00
parent 8f5fbfc273
commit 4fe880a970
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ pub async fn sweep(exec_state: &mut ExecState, args: Args) -> Result<KclValue, K
/// // Create a spring by sweeping around the helix path.
/// springSketch = startSketchOn(YZ)
/// |> circle( center = [0, 0], radius = 1)
/// |> sweep(path = helixPath, relativeTo = "sketchPlane")
/// |> sweep(path = helixPath)
/// ```
///
/// ```no_run