Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aip/general/0180.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ breaking way.

APIs **should** avoid increasing the upper bound for the size or limit (if
accepted as input) of `string` fields. APIs **should** treat expected size upper
bound increases as incompatible changes (see [Changing resource names]
(#changing-resource-names) as an example). APIs **may** pad out values with
bound increases as incompatible changes (see [Changing resource
names](#changing-resource-names) as an example). APIs **may** pad out values with
filler characters if reserving a consistent size is necessary, but this **must**
be documented if done.

Expand Down
Loading