Skip to content

Commit 592c0d9

Browse files
committed
Comments updated
1 parent aece5a2 commit 592c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/binary_addition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class BinaryAddition {
8080
} // namespace greedy_algorithms
8181

8282
/**
83-
* @brief Function to run tests for the addBinary method.
83+
* @brief run self test implementation.
8484
*/
8585
void tests() {
8686
greedy_algorithms::BinaryAddition binaryAddition;

0 commit comments

Comments
 (0)