diff options
author | Masood Malekghassemi <atash@google.com> | 2016-10-31 14:42:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 14:42:57 -0700 |
commit | aba7bc8d28688d2bf6c93b66b2613c98cce7cb3a (patch) | |
tree | c1397a4b7ca7bac4f4ddbcd0102788fd093ea234 /src | |
parent | ccc6a9cbf264655ae6b60727cd86b987a62977c9 (diff) | |
parent | b6b6c1f4ef02998e914dc74b8c24fae21f09e024 (diff) |
Merge pull request #8268 from soltanmm-google/bleat-like-a-moat
Fix dangling reference in docstring
Diffstat (limited to 'src')
-rw-r--r-- | src/proto/grpc/reflection/v1alpha/reflection.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/grpc/reflection/v1alpha/reflection.proto b/src/proto/grpc/reflection/v1alpha/reflection.proto index 276ff0e255..01e582cc8a 100644 --- a/src/proto/grpc/reflection/v1alpha/reflection.proto +++ b/src/proto/grpc/reflection/v1alpha/reflection.proto @@ -59,8 +59,8 @@ message ServerReflectionRequest { // message type with the given field number. ExtensionRequest file_containing_extension = 5; - // Finds the tag numbers used by all known extensions of extendee_type, and - // appends them to ExtensionNumberResponse in an undefined order. + // Finds the tag numbers used by all known extensions of the given message + // type, and appends them to ExtensionNumberResponse in an undefined order. // Its corresponding method is best-effort: it's not guaranteed that the // reflection service will implement this method, and it's not guaranteed // that this method will provide all extensions. Returns |