Skip to content

Commit 4bc0d5d

Browse files
committed
nit
1 parent 2b4ed57 commit 4bc0d5d

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
@@ -30,7 +30,7 @@
3030
//! {
3131
//! // ********* IF NO MULTIPLE EDGES *********
3232
//! vector<vi> adj(n);
33-
//! vector<int> cc_id(n);
33+
//! vi cc_id(n);
3434
//! bcc_callback(adj, [&](const vi& nodes) {
3535
//! if (sz(nodes) == 2) {
3636
//! // nodes[0] <=> nodes[1] is a bridge

0 commit comments

Comments
 (0)