Skip to content

Commit 5833c5d

Browse files
committed
fix docs
1 parent 75c3ffe commit 5833c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/trees/edge_cd.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! https://youtu.be/wDwaMo5xa-k
66
//! @code
77
//! vector<basic_string<int>> adj(n);
8-
//! edge_cd(adj, [&](const auto& adj, int cent, int m) {
8+
//! edge_cd(adj, [&](int cent, int m) {
99
//! // subtrees of [0, m) of adj[cent]: 1st edge-set
1010
//! // subtrees of [m, sz(adj[cent])): 2nd edge-set
1111
//! });

0 commit comments

Comments
 (0)