Skip to content

Commit 18b6546

Browse files
Update greedy_algorithms/digit_separation.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent af077d2 commit 18b6546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

greedy_algorithms/digit_separation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ namespace greedy_algorithms{
8686
}
8787

8888
/**
89-
* @brief main function
90-
* @return 0 on sucessful exit
89+
* @brief self test implementation
90+
* @return void
9191
*/
9292
void tests(){
9393
greedy_algorithms::DigitSeparation ds;

0 commit comments

Comments
 (0)