Skip to content

Commit

Permalink
Update src/Common/OptimizedRegularExpression.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yakov-olkhovskiy committed Aug 1, 2023
1 parent e5240f9 commit 7aecec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/OptimizedRegularExpression.cpp
Expand Up @@ -266,7 +266,7 @@ const char * analyzeImpl(
break;
}
}
/// (?regex) means non-capturing parentheses group
/// (?:regex) means non-capturing parentheses group
if (pos + 2 < end && pos[1] == '?' && pos[2] == ':')
{
pos += 2;
Expand Down

0 comments on commit 7aecec8

Please sign in to comment.