Fix typo in GetProtoTextFunctionCode comments.
PiperOrigin-RevId: 269458212
This commit is contained in:
parent
33abd4ef41
commit
996449ba7e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user