Skip to content

Commit ac5e67d

Browse files
committed
Bugfix
1 parent a924103 commit ac5e67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/darts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Ngon(sector::Sector; N=8)
4141
ϕs = range(sector.phi_a, sector.phi_b, length=N)
4242
arc_o = [point(sector.r_outer, ϕ) for ϕ in ϕs]
4343
arc_i = [point(sector.r_inner, ϕ) for ϕ in reverse(ϕs)]
44-
return Ngon(arc_o..., arc_i...)
44+
return Meshes.Ngon(arc_o..., arc_i...)
4545
end
4646
4747
function Point3f(p::Meshes.Point)

0 commit comments

Comments
 (0)