Skip to content

Commit 29862f4

Browse files
authored
chore(AIP-217): fix formatting (#1391)
1 parent 6ae7fd4 commit 29862f4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

aip/general/0217.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ aforementioned guidance i.e. the API call returns an error status instead of a
9898
partial result, to adopt the `unreachable` pattern the API **must** do the
9999
following:
100100

101-
* the default behavior **must** be retained to avoid incompatible behavioral
102-
changes
103-
* For example, if the default behavior is to return an error if any location
104-
is unreachable, that default behavior **must** be retained.
105-
* the request message **must** have a `bool return_partial_success` field
106-
* the response message **must** have the standard
107-
`repeated string unreachable` field
108-
* the two aforementioned fields **must** be added simultaneously
101+
- The default behavior **must** be retained to avoid incompatible behavioral
102+
changes
103+
- For example, if the default behavior is to return an error if any location
104+
is unreachable, that default behavior **must** be retained.
105+
- The request message **must** have a `bool return_partial_success` field
106+
- The response message **must** have the standard
107+
`repeated string unreachable` field
108+
- The two aforementioned fields **must** be added simultaneously
109109

110110
When the `bool return_partial_success` field is set to `true` in a request, the
111111
API **must** behave as described in the aforementioned guidance with regards to

0 commit comments

Comments
 (0)