Skip to content

Commit

Permalink
Update one more htmlparser comment (#34196)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 371918047
  • Loading branch information
honeybadgerdontcare authored May 4, 2021
1 parent a31778a commit 1f4187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/cpp/engine/validator-internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5298,7 +5298,7 @@ void ParsedValidatorRules::MaybeEmitGlobalTagValidationErrors(
MaybeEmitValueSetMismatchErrors(context, result);
}

// The ParseMaster requires that we register a handler for each tag
// The htmlparser requires that we register a handler for each tag
// for which we'd like to see CDATA - those are called the "intertags".
// In our case, it's simply the rules which specify the
// TagSpec::mandatory_cdata field.
Expand Down

0 comments on commit 1f4187e

Please sign in to comment.