Skip to content

Commit 03ccf45

Browse files
fix(AIP-4234): fix typo ListBooksRequest (#1159)
rpc request should match rpc name. fixes #1150 Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
1 parent d459ef3 commit 03ccf45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/client-libraries/4234.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ example, take the following service definition:
105105

106106
```proto
107107
service LibraryService {
108-
rpc ListBooks(ListBookRequest) returns (ListBooksResponse);
108+
rpc ListBooks(ListBooksRequest) returns (ListBooksResponse);
109109
110110
// Other host API RPCs...
111111

0 commit comments

Comments
 (0)