Skip to content

Commit fc383c3

Browse files
Fix typo for AIP-133 (#915)
* Fix typo for AIP-133 * Update 0133.md Co-authored-by: Gregory Furmanek <GregFurmanek@users.noreply.github.com>
1 parent 10762e9 commit fc383c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/general/0133.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rpc CreateBook(CreateBookRequest) returns (Book) {
5353
- The collection's parent resource **should** be called `parent`, and
5454
**should** be the only variable in the URI path.
5555
- The collection identifier (`books` in the above example) **must** be
56-
literal.
56+
a literal string.
5757
- There **must** be a `body` key in the `google.api.http` annotation, and it
5858
**must** map to the resource field in the request message.
5959
- All remaining fields **should** map to URI query parameters.

0 commit comments

Comments
 (0)