Skip to content

Commit 3e8e797

Browse files
committed
Typo.
1 parent 0a907ec commit 3e8e797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/distinctuseridcompetition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void print_vec(const std::vector<int64_t> &v) {
3838

3939
// clang-format off
4040

41-
// simdjson_recurse below come be implemented like so but it is slow:
41+
// simdjson_recurse below can be implemented like so but it is slow:
4242
/*void simdjson_recurse(std::vector<int64_t> & v, simdjson::dom::element element) {
4343
error_code error;
4444
if (element.is_array()) {

0 commit comments

Comments
 (0)