Update minor docs in search/sublist_search.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-07-02 07:46:06 +05:30
committed by GitHub
parent bfbc532405
commit 40b0438d20

View File

@@ -85,7 +85,7 @@ bool sublistSearch(Node *sublist, Node *mainList) {
}
/**
* @brief A simple function to print the linked list.
* @brief A simple function to print the linked list
* @param start The head of the linked list
* @returns void
*/