Skip to content

Commit

Permalink
angle: Draw a right angle for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jan 3, 2024
1 parent bad5ecb commit c86e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/angle.typ
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
/// Draw a right angle between `a` and `b` through origin `origin`
///
/// #example(```
/// line((0,0), (1,1.5), name: "a")
/// line((0,0), (1,2), name: "a")
/// line((0,0), (2,-1), name: "b")
///
/// // Draw an angle between the two lines
Expand Down

0 comments on commit c86e46a

Please sign in to comment.