Skip to content

Commit 6d80318

Browse files
committed
nit
1 parent 3c5df2b commit 6d80318

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
@@ -7,7 +7,7 @@
77
//! UF uf(n);
88
//! bcc_callback(adj, [&](const vi& nodes) {
99
//! if (sz(nodes) == 2)
10-
//! return; // bridge assuming no multiple edges
10+
//! return; // is bridge assuming no multiple edges
1111
//! for (int v : nodes) uf.join(v, nodes[0]);
1212
//! });
1313
//! vector<basic_string<int>> bridge_tree(n);

0 commit comments

Comments
 (0)