Skip to content

Commit

Permalink
remove unnecessary Refs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Mar 21, 2024
1 parent e7755f5 commit da9efcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/howto/polygons.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ for (pos, n) in tiles
circle(Point(0, 0), 4, action=:fill)
label.([string(i) for i in 1:n], slope.(Ref(O), plist), plist, offset=5)
label.([string(i) for i in 1:n], slope.(O, plist), plist, offset=5)
end
end
Expand Down Expand Up @@ -938,7 +938,7 @@ origin() # hide
setline(0.5)
@layer begin
rule.(Ref(O), (0, (π / 2)))
rule.(O, (0, (π / 2)))
end
P = O
Expand Down

0 comments on commit da9efcb

Please sign in to comment.