Fix typo in GetProtoTextFunctionCode comments.

PiperOrigin-RevId: 269458212
This commit is contained in:
A. Unique TensorFlower 2019-09-16 17:24:09 -07:00 committed by TensorFlower Gardener
parent 33abd4ef41
commit 996449ba7e

View File

@ -38,7 +38,7 @@ struct ProtoTextFunctionCode {
// 1. For each message:
// * ProtoDebugString(m): same as msg.DebugString(), except that google.any
// is not expanded.
// * ProtoShortDebugString(m): same as msg.ShorDebugString(), except that
// * ProtoShortDebugString(m): same as msg.ShortDebugString(), except that
// google.any is not expanded.
// * ProtoParseFromString(s, m): same as TextFormat.ParseFromString(s, &m);
// 2. For each enum: