Fix typo
This commit is contained in:
@ -1562,7 +1562,7 @@ export const modelingMachine = setup({
|
|||||||
trap('Not enough sketches selected')
|
trap('Not enough sketches selected')
|
||||||
}
|
}
|
||||||
|
|
||||||
// Preform the loft
|
// Perform the loft
|
||||||
const loftSketchesRes = loftSketches(ast, declarators)
|
const loftSketchesRes = loftSketches(ast, declarators)
|
||||||
const updateAstResult = await kclManager.updateAst(
|
const updateAstResult = await kclManager.updateAst(
|
||||||
loftSketchesRes.modifiedAst,
|
loftSketchesRes.modifiedAst,
|
||||||
|
|||||||
Reference in New Issue
Block a user