diff --git a/graph/connected_components_with_dsu.cpp b/graph/connected_components_with_dsu.cpp index e956ada85..c0194e851 100644 --- a/graph/connected_components_with_dsu.cpp +++ b/graph/connected_components_with_dsu.cpp @@ -20,7 +20,7 @@ /** * @namespace graph - * @brief Graphical Algorithms + * @brief Graph Algorithms */ namespace graph { /**