Fix doc comment to match generated docs (#3067)

This commit is contained in:
Jonathan Tran
2024-07-18 14:00:06 -04:00
committed by GitHub
parent cba953c245
commit fe512611ac

View File

@ -116,7 +116,7 @@ pub async fn pattern_transform(args: Args) -> Result<MemoryItem, KclError> {
/// // Each layer is just a pretty thin cylinder.
/// fn layer = () => {
/// return startSketchOn("XY") // or some other plane idk
/// |> circle([0, 0], 1, %, 'tag1')
/// |> circle([0, 0], 1, %, $tag1)
/// |> extrude(h, %)
/// }
/// // The vase is 100 layers tall.