Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Jul 8, 2024
1 parent 1dcf3bb commit 2b15a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_structures/triangulation/methods/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Returns an iterator over all point indices in `tri`.
"""
each_point_index(tri::Triangulation) = each_point_index(get_points(tri))

""""
"""
each_vertex(tri::Triangulation) -> Set{Vertex}
Returns an iterator over all vertices in `tri`. Note that, if `has_ghost_triangles(tri)`,
Expand Down

0 comments on commit 2b15a2f

Please sign in to comment.