We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfafc4 commit be4bb0fCopy full SHA for be4bb0f
docs/rules/0133/http-uri-resource.md
@@ -31,7 +31,7 @@ return type contains the string `"{collection_identifier}/"` in each `pattern`.
31
// Incorrect.
32
rpc CreateBook(CreateBookRequest) returns (Book) {
33
option (google.api.http) = {
34
- // There collection identifier should appear after the final `/` in the URI.
+ // The collection identifier should appear after the final `/` in the URI.
35
post: "/v1/"
36
body: "book"
37
};
0 commit comments