Skip to content

Commit 82237fd

Browse files
authored
correct description to describe grpc Services.
1 parent d000a15 commit 82237fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/go/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Common ways that namespace conflicts occur:
154154

155155
* Warning: Retroactively changing the package name on a `.proto` file is
156156
not backwards compatible for types used as extension fields, stored in
157-
`google.protobuf.Any`, or used as gRPC requests or responses.
157+
`google.protobuf.Any`, or for gRPC Service definitions.
158158

159159
Starting with v1.26.0 of the `google.golang.org/protobuf` module, a hard error
160160
will be reported when a Go program starts up that has multiple conflicting

0 commit comments

Comments
 (0)