diff --git a/sorting/heap_sort.cpp b/sorting/heap_sort.cpp index ef9f87094..d91cdb14f 100644 --- a/sorting/heap_sort.cpp +++ b/sorting/heap_sort.cpp @@ -26,7 +26,7 @@ /** * - * Utility Lambda function to print the array after + * Utility function to print the array after * sorting. * * @param arr array to be printed