Skip to content

Commit e95cde4

Browse files
committed
AIP-193: Address review comments
1 parent e3c6177 commit e95cde4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aip/general/0193.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The reason **must** be at most 63 characters and match a regular expression of
100100
`[A-Z][A-Z0-9_]+[A-Z0-9]`. (This is UPPER_SNAKE_CASE, without leading
101101
or trailing underscores, and without leading digits.)
102102

103-
The reason should be terse, but meaningful enough for a human reader to
103+
The reason **should** be terse, but meaningful enough for a human reader to
104104
understand what the reason refers to.
105105

106106
Good examples:
@@ -234,7 +234,7 @@ authentication.
234234
### Error messages
235235

236236
Textual error messages can be present in both `Status.message` and
237-
`LocalizedMessage.message` fields. Messages should be succinct but
237+
`LocalizedMessage.message` fields. Messages **should** be succinct but
238238
actionable, with request-specific information (such as a resource name
239239
or region) providing precise details where appropriate. Any request-specific
240240
details **must** be present in [`ErrorInfo.metadata`](#errorinfo).

0 commit comments

Comments
 (0)