We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126bed4 commit 82b4727Copy full SHA for 82b4727
1 file changed
aip/general/0180.md
@@ -122,8 +122,8 @@ breaking way.
122
123
APIs **should** avoid increasing the upper bound for the size or limit (if
124
accepted as input) of `string` fields. APIs **should** treat expected size upper
125
-bound increases as incompatible changes (see [Changing resource names]
126
-(#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
127
filler characters if reserving a consistent size is necessary, but this **must**
128
be documented if done.
129
0 commit comments