From 78872fa383374a79fd5ffe62066884860eda4a51 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 15 Jul 2021 14:06:48 +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 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() {