Skip to content

Commit

Permalink
docs: Fix typo in comment for rpcs field of ServiceAsClient
Browse files Browse the repository at this point in the history
fixes #904

PiperOrigin-RevId: 632141709
  • Loading branch information
Google APIs authored and Copybara-Service committed May 9, 2024
1 parent 25a1a57 commit 4002804
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gapic/metadata/gapic_metadata.proto
Expand Up @@ -25,8 +25,8 @@ option java_package = "com.google.gapic.metadata";
option php_namespace = "Google\\Gapic\\Metadata";
option ruby_package = "Google::Gapic::Metadata";

// Metadata about a GAPIC library for a specific combination of API, version, and
// computer language.
// Metadata about a GAPIC library for a specific combination of API, version,
// and computer language.
message GapicMetadata {
// Schema version of this proto. Current value: 1.0
string schema = 1;
Expand Down Expand Up @@ -74,7 +74,7 @@ message GapicMetadata {
// than one library_client method for each RPC. RPCs with no
// library_client methods need not be included.
//
// The key name is the name of the RPC as defined and formated in
// The key name is the name of the RPC as defined and formatted in
// the proto file.
map<string, MethodList> rpcs = 2;
}
Expand All @@ -88,5 +88,4 @@ message GapicMetadata {
// source code.
repeated string methods = 1;
}

}

0 comments on commit 4002804

Please sign in to comment.