Skip to content

Commit f97b4af

Browse files
authored
fix typo in vertices docs (#390)
1 parent ec6ab1b commit f97b4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ne(g::AbstractGraph) = _NI("ne")
162162
Return (an iterator to or collection of) the vertices of a graph.
163163
164164
### Implementation Notes
165-
A returned iterator is valid for one pass over the edges, and
165+
A returned iterator is valid for one pass over the vertices, and
166166
is invalidated by changes to `g`.
167167
168168
# Examples

0 commit comments

Comments
 (0)