Skip to content

Commit 82b4727

Browse files
authored
typo: Remove unexpected space in markdown link (#1604)
[a] (b) is not a valid link syntax regardless of space kind between components. [a](b) is
1 parent 126bed4 commit 82b4727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aip/general/0180.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ breaking way.
122122

123123
APIs **should** avoid increasing the upper bound for the size or limit (if
124124
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
125+
bound increases as incompatible changes (see [Changing resource
126+
names](#changing-resource-names) as an example). APIs **may** pad out values with
127127
filler characters if reserving a consistent size is necessary, but this **must**
128128
be documented if done.
129129

0 commit comments

Comments
 (0)