Merge pull request #9151 from Inconnu08/patch-1

Fix grammatical error in the descriptor protobuf definition
pull/9153/head
Dennis Shao 3 years ago committed by GitHub
commit 2007a39db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/google/protobuf/descriptor.proto

@ -803,7 +803,7 @@ message SourceCodeInfo {
// location.
//
// Each element is a field number or an index. They form a path from
// the root FileDescriptorProto to the place where the definition. For
// the root FileDescriptorProto to the place where the definition occurs. For
// example, this path:
// [ 4, 3, 2, 7, 1 ]
// refers to:

Loading…
Cancel
Save