From 592c0d90052a2d02819e37ecce08f6abe4457571 Mon Sep 17 00:00:00 2001 From: mjk22071998 Date: Sat, 12 Oct 2024 15:05:59 +0500 Subject: [PATCH] Comments updated --- greedy_algorithms/binary_addition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greedy_algorithms/binary_addition.cpp b/greedy_algorithms/binary_addition.cpp index 7aa3429ab..0d3405c16 100644 --- a/greedy_algorithms/binary_addition.cpp +++ b/greedy_algorithms/binary_addition.cpp @@ -80,7 +80,7 @@ class BinaryAddition { } // namespace greedy_algorithms /** - * @brief Function to run tests for the addBinary method. + * @brief run self test implementation. */ void tests() { greedy_algorithms::BinaryAddition binaryAddition;