Fix typo `s/a the/the/`.

PiperOrigin-RevId: 629522997
pull/16688/head
Daniel Kenji Toyama 9 months ago committed by Copybara-Service
parent bf1d7664fb
commit e1559c8efd
  1. 4
      src/google/protobuf/text_format.cc

@ -1374,8 +1374,8 @@ class TextFormat::Parser::ParserImpl {
return result;
}
// Attempts to consume the supplied value. Returns false if a the
// token found does not match the value specified.
// Attempts to consume the supplied value. Returns false if the token found
// does not match the value specified.
bool TryConsume(const std::string& value) {
if (tokenizer_.current().text == value) {
tokenizer_.Next();

Loading…
Cancel
Save