Skip to content

Commit d71a078

Browse files
committed
Bugfix
1 parent ac5e67d commit d71a078

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
@@ -45,7 +45,7 @@ function Ngon(sector::Sector; N=8)
4545
end
4646
4747
function Point3f(p::Meshes.Point)
48-
x, y, z = ustrip(m, [p.coords.x, p.coords.y, p.coords.z])
48+
x, y, z = ustrip.(m, [p.coords.x, p.coords.y, p.coords.z])
4949
return Point3f(x, y, z)
5050
end
5151

0 commit comments

Comments
 (0)