Fix typos
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 87 KiB |
@ -27,7 +27,7 @@ startSketchOn(XY)
|
||||
|> startProfile(at = [0, 0])
|
||||
|> line(end = [3, 0])
|
||||
|> line(end = [0, 4])
|
||||
|> line(endAbsolute = [0, 0]))
|
||||
|> line(endAbsolute = [0, 0])
|
||||
|> close()
|
||||
```
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@ There's an optional argument called `angle`. In the above example, we didn't pro
|
||||
```kcl=donut240
|
||||
startSketchOn(XZ)
|
||||
|> circle(center = [-200, 0], radius = 100)
|
||||
|> revolve(axis = Y)
|
||||
|> revolve(axis = Y, angle = 240)
|
||||
```
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user