Skip to content

Commit 3dd3c19

Browse files
committed
super-nit
1 parent 5cd8a5d commit 3dd3c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/graphs/bridges_cuts/bcc_callback.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! vector<bool> seen(m);
2424
//! bcc_callback(adj, [&](const vi& nodes) {
2525
//! rep (i, 0, sz(nodes) - 1)
26-
//! for (auto [u, e_id] : adj_edge_ids[nodes[i]])
26+
//! for (auto [v, e_id] : adj_edge_ids[nodes[i]])
2727
//! if (!seen[e_id]) {
2828
//! seen[e_id] = 1;
2929
//! // this edge is in the current BCC

0 commit comments

Comments
 (0)