Skip to content

Commit be4bb0f

Browse files
docs: update http-uri-resource.md (#1543)
Improve readability and phrasing of comment in incorrect example code.
1 parent 7dfafc4 commit be4bb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/0133/http-uri-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ return type contains the string `"{collection_identifier}/"` in each `pattern`.
3131
// Incorrect.
3232
rpc CreateBook(CreateBookRequest) returns (Book) {
3333
option (google.api.http) = {
34-
// There collection identifier should appear after the final `/` in the URI.
34+
// The collection identifier should appear after the final `/` in the URI.
3535
post: "/v1/"
3636
body: "book"
3737
};

0 commit comments

Comments
 (0)