提交 66a782b3 编写于 作者: C Cyrus Najmabadi

Fix comment.

上级 8b0f40b5
......@@ -733,8 +733,8 @@ private RegexConditionalGroupingNode ParseConditionalGrouping(RegexToken openPar
}
else
{
// If its a capture name, it's ok if it that capture doesn't exist. In that
// case we will just treat this as an conditional expression.
// If it's a capture name, it's ok if that capture doesn't exist. In that case we
// will just treat this as an conditional expression.
if (!HasCapture((string)capture.Value))
{
_lexer.Position = afterInnerOpenParen;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册