Skip to content

Commit

Permalink
manual: Apply changes to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Nov 19, 2023
1 parent 370f4c1 commit 9bac962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -562,10 +562,10 @@ circle((5,5))
#show-module-fn(draw-module, "rotate")
```example
// Rotate on z-axis
rotate((z: 45deg))
rotate(z: 45deg)
rect((-1,-1), (1,1))
// Rotate on y-axis
rotate((y: 80deg))
rotate(y: 80deg)
circle((0,0))
```

Expand Down

0 comments on commit 9bac962

Please sign in to comment.