From 2e53a44e1758e37ed05c180ca7552395ab589501 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 15 Jul 2021 14:06:56 +0530 Subject: [PATCH] Update sorting/wave_sort.cpp Co-authored-by: David Leal --- sorting/wave_sort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/wave_sort.cpp b/sorting/wave_sort.cpp index 3a9bc68f3..cfe566d5f 100644 --- a/sorting/wave_sort.cpp +++ b/sorting/wave_sort.cpp @@ -23,7 +23,7 @@ namespace sorting { */ namespace wave_sort { /** - * @brief The main function implements waveSort + * @brief The main function implements that implements the Wave Sort algorithm * @tparam T type of array * @param in_arr array to be sorted * @returns arr the wave sorted array