Skip to content

Commit b2fe2ef

Browse files
foo290Panquesito7
andauthored
Update search/sublist_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 4675de2 commit b2fe2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/sublist_search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ int main(int argc, char *argv[]) {
354354
std::cout << "Sublist: " << std::endl;
355355
search::sublist_search::printLinkedList(sublistLL);
356356

357-
std::cout << "Main list : " << std::endl;
357+
std::cout << "Main list: " << std::endl;
358358
search::sublist_search::printLinkedList(mainlistLL);
359359
std::cout << std::endl;
360360

0 commit comments

Comments
 (0)