We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6ab1b commit f97b4afCopy full SHA for f97b4af
src/interface.jl
@@ -162,7 +162,7 @@ ne(g::AbstractGraph) = _NI("ne")
162
Return (an iterator to or collection of) the vertices of a graph.
163
164
### Implementation Notes
165
-A returned iterator is valid for one pass over the edges, and
+A returned iterator is valid for one pass over the vertices, and
166
is invalidated by changes to `g`.
167
168
# Examples
0 commit comments