Skip to content

Commit a2d2a0a

Browse files
Update strings/knuth_morris_pratt.cpp
1 parent ea369aa commit a2d2a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/knuth_morris_pratt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ size_t kmp(const std::string &pattern, const std::string &text) {
7676
using string_search::kmp;
7777

7878
/**
79-
* @brief test KMP algorithm
79+
* @brief self-test implementations
8080
* @returns void
8181
*/
8282
static void tests() {

0 commit comments

Comments
 (0)