Skip to content

Commit 49f568f

Browse files
authored
Update bubble_sort.cpp
1 parent 6777475 commit 49f568f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/bubble_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static void test() {
114114
}
115115

116116
/**
117-
* @brief Main program
117+
* @brief Main function
118118
* @return 0 on exit
119119
*/
120120
int main() {

0 commit comments

Comments
 (0)