Codespell

This commit is contained in:
Pierre Jacquier
2025-07-02 19:38:34 -04:00
parent c467568ee4
commit dd9b0ec5f0

View File

@ -819,7 +819,7 @@ profile001 = circle(sketch001, center = [0, 0], radius = 1)
])
})
it('should return the pipe substition symbol in a variable-less simple profile selection', async () => {
it('should return the pipe substitution symbol in a variable-less simple profile selection', async () => {
const circleProfileInVar = `startSketchOn(XY)
|> circle(center = [0, 0], radius = 1)
`
@ -906,7 +906,7 @@ profile002 = circle(sketch001, center = [2, 2], radius = 1)
])
})
it('should return the pipe substition symbol and a variable name in a complex multi profile selection', async () => {
it('should return the pipe substitution symbol and a variable name in a complex multi profile selection', async () => {
const circleProfileInVar = `startSketchOn(XY)
|> circle(center = [0, 0], radius = 1)
profile002 = circle(sketch001, center = [2, 2], radius = 1)