diff --git a/sorting/wave_sort.cpp b/sorting/wave_sort.cpp index 8db8fa005..3a9bc68f3 100644 --- a/sorting/wave_sort.cpp +++ b/sorting/wave_sort.cpp @@ -45,7 +45,7 @@ std::vector waveSort(const std::vector &in_arr, int64_t n) { } // namespace sorting /** - * @brief Test implementations + * @brief Self-test implementations * @returns void */ static void test() {