Skip to content

Commit 62c4841

Browse files
kstichsugmanue
andauthored
Apply suggestions from code review
Co-authored-by: Manuel Sugawara <[email protected]>
1 parent 7222baa commit 62c4841

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source-2.0/guides/wire-protocol-selection.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,23 +220,23 @@ Server protocol selection in practice
220220
``rpcv2Cbor`` and ``awsJson1_0`` protocols.
221221
- A CoffeeShop service generated with *LangAGenerator* that receives an input
222222
matching ``rpcv2Cbor`` will iterate through its supported protocols in
223-
priority order.
223+
precision order.
224224

225225
- First, the service will attempt to identify the input as ``rpcv2Cbor``
226226
and succeed.
227227
- The service will not attempt to identify the input as ``awsJson1_0``.
228228
- A CoffeeShop service generated with *LangAGenerator* that receives an input
229229
matching ``awsJson1_0`` will iterate through its supported protocols in
230-
priority order.
230+
precision order.
231231

232232
- First, the service will attempt to identify the input as ``rpcv2Cbor``
233233
and will fail to do so.
234234

235235
- Then, the service will attempt to identify the input as ``awsJson1_0``
236236
and succeed.
237237
- A CoffeeShop service generated with *LangAGenerator* that receives an input
238-
matching ``awsJson1_1`` will iterate through its supported protocols in =
239-
priority order.
238+
matching ``awsJson1_1`` will iterate through its supported protocols in
239+
precision order.
240240

241241
- First, the service will attempt to identify the input as ``rpcv2Cbor``
242242
and will fail to do so.
@@ -248,7 +248,7 @@ Server protocol selection in practice
248248
the input.
249249
- A CoffeeShop service generated with *LangAGenerator* that receives an input not
250250
matching any known protocol will iterate through its supported protocols in
251-
priority order.
251+
precision order.
252252

253253
- First, the service will attempt to identify the input as ``rpcv2Cbor``
254254
and will fail to do so.

0 commit comments

Comments
 (0)