Fix typo in vec_graph
This commit is contained in:
parent
99320b9404
commit
b01c74b73c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ impl<N: Idx> VecGraph<N> {
|
||||||
|
|
||||||
// Create the *edge starts* array. We are iterating over over
|
// Create the *edge starts* array. We are iterating over over
|
||||||
// the (sorted) edge pairs. We maintain the invariant that the
|
// the (sorted) edge pairs. We maintain the invariant that the
|
||||||
// length of the `node_starts` arary is enough to store the
|
// length of the `node_starts` array is enough to store the
|
||||||
// current source node -- so when we see that the source node
|
// current source node -- so when we see that the source node
|
||||||
// for an edge is greater than the current length, we grow the
|
// for an edge is greater than the current length, we grow the
|
||||||
// edge-starts array by just enough.
|
// edge-starts array by just enough.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue