diff -r db4911b0c721 -r 445e01aede7e vendor/google.golang.org/protobuf/internal/encoding/text/doc.go --- a/vendor/google.golang.org/protobuf/internal/encoding/text/doc.go Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/google.golang.org/protobuf/internal/encoding/text/doc.go Tue Aug 23 22:39:43 2022 +0200 @@ -24,6 +24,6 @@ // the Go implementation should as well. // // The text format is almost a superset of JSON except: -// * message keys are not quoted strings, but identifiers -// * the top-level value must be a message without the delimiters +// - message keys are not quoted strings, but identifiers +// - the top-level value must be a message without the delimiters package text