We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02aae78 commit 8ee1415Copy full SHA for 8ee1415
strings/z_function.cpp
@@ -73,7 +73,7 @@ static void test() {
73
std::string text1 = "alskfjaldsabc1abc1abcbksbcdnsdabcabc";
74
std::string pattern1 = "abc";
75
76
- // matching_indexes1 gets the indexes where pattern1 exists in text1
+ // matching_indexes1 gets the indexes where pattern1 exists in text1
77
std::vector<uint64_t> matching_indexes1 = find_pat_in_text(pattern1, text1);
78
assert((matching_indexes1 == std::vector<uint64_t>{10, 14, 18, 30, 33}));
79
0 commit comments