more fixes

This commit is contained in:
Federico Kunze
2021-04-18 18:39:15 +02:00
parent 614e62fb7e
commit cb2ab3d95d
63 changed files with 83570 additions and 3393 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ option objc_class_prefix = "GPB";
// The pack methods provided by protobuf library will by default use
// 'type.googleapis.com/full.type.name' as the type URL and the unpack
// methods only use the fully qualified type name after the last '/'
// in the type URL, for example "foo.bar.com/modules/y.z" will yield type
// in the type URL, for example "foo.bar.com/x/y.z" will yield type
// name "y.z".
//
//