Skip to content

Commit e589747

Browse files
authored
chore(AIP-214): bold requirement word "must" (#1408)
1 parent 3c0b8a3 commit e589747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/general/0214.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ library.
2525

2626
1. APIs wishing to convey an expiration **must** rely on a
2727
[`google.protobuf.Timestamp`][timestamp] field called `expire_time`.
28-
2. APIs wishing to allow a relative expiration time must define a `oneof`
28+
2. APIs wishing to allow a relative expiration time **must** define a `oneof`
2929
called `expiration` (or `{something}_expiration`) containing both the
3030
`expire_time` field and a separate [`google.protobuf.Duration`][duration]
3131
field called `ttl`, the latter marked as input only.

0 commit comments

Comments
 (0)