Skip to content

Commit

Permalink
fix typo in vertices docs (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
cserteGT3 authored Jul 13, 2024
1 parent ec6ab1b commit f97b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ne(g::AbstractGraph) = _NI("ne")
Return (an iterator to or collection of) the vertices of a graph.
### Implementation Notes
A returned iterator is valid for one pass over the edges, and
A returned iterator is valid for one pass over the vertices, and
is invalidated by changes to `g`.
# Examples
Expand Down

0 comments on commit f97b4af

Please sign in to comment.