Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Nov 28, 2024
1 parent b7e6e11 commit a461b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/streamsearch/sbmh.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SBMH.prototype._sbmh_feed = function (data) {
}
}

// Lookbehind buffer is now empty (pos >= 0). We only need to check if the
// Lookbehind buffer is now empty. We only need to check if the
// needle is in the haystack.
pos = data.indexOf(needle, pos + this._bufpos)

Expand Down

0 comments on commit a461b8c

Please sign in to comment.