mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
Update minor docs in search/sublist_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user