Skip to content

Commit 967e52b

Browse files
authored
fix(231): rename proto response field to results (#378)
1 parent 518230f commit 967e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aep/general/0231/aep.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pattern:
115115
```proto
116116
message BatchGetBooksResponse {
117117
// Books requested.
118-
repeated Book books = 1;
118+
repeated Book results = 1;
119119
}
120120
```
121121

0 commit comments

Comments
 (0)