diff --git a/sorting/selection_sort_recursive.cpp b/sorting/selection_sort_recursive.cpp index 233fe1634..4249b3fda 100644 --- a/sorting/selection_sort_recursive.cpp +++ b/sorting/selection_sort_recursive.cpp @@ -39,7 +39,7 @@ namespace sorting { * sort](https://en.wikipedia.org/wiki/Selection_sort) * implementation using recursion */ -namespace find_min_index { +namespace selection_sort_recursive { /** * @brief The main function finds the index of the minimum element * @tparam T type of array