Skip to content

Commit 5cb9c0a

Browse files
Update strings/boyer_moore.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 959075a commit 5cb9c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/boyer_moore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void init_bad_char(const std::string& str, std::vector<size_t>& arg) {
146146
*
147147
* @param str Text used for initialization
148148
* @param arg Initialized structure
149-
* @return void
149+
* @returns void
150150
*/
151151
void init_pattern(const std::string& str, pattern& arg) {
152152
arg.pat = str;

0 commit comments

Comments
 (0)