Skip to content

Commit

Permalink
[AIP-203] Bold "should".
Browse files Browse the repository at this point in the history
Add markdown for one missing "should" for input-only fields.
  • Loading branch information
konove authored and Luke Sneeringer committed Nov 11, 2019
1 parent 244b32b commit 8a8ada9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip/0203.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ are:
The use of `INPUT_ONLY` indicates that the field is provided in requests and
that the corresponding field will not be included in output.

Additionally, a field should only be described as input only if it is a field
in a resource message or a field of a message included within a resource
Additionally, a field **should** only be described as input only if it is a
field in a resource message or a field of a message included within a resource
message. Notably, fields in request messages (a message which only ever acts as
an argument to an RPC, with a name usually ending in `Request`) **should not**
be described as input only because this is already implied.
Expand Down

0 comments on commit 8a8ada9

Please sign in to comment.