Skip to content

Commit 4497cf0

Browse files
authored
chore(AIP-185): clarify in-place change language (#1565)
1 parent a76354f commit 4497cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aip/general/0185.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Note: The use of the term "major version number" above is taken from
2424
[semantic versioning][]. However, unlike in traditional semantic versioning,
2525
Google APIs **must not** expose minor or patch version numbers. For
2626
example, Google APIs use `v1`, not `v1.0`, `v1.1`, or `v1.4.2`. From a user's
27-
perspective, major versions are updated in place, and users receive new
28-
functionality without migration.
27+
perspective, major versions are updated in place with minor/patch equivalent
28+
changes, and users receive new functionality without migration.
2929

3030
A new major version of an API **must not** depend on a previous major version of
3131
the same API. An API surface **must not** depend on other APIs, except for in

0 commit comments

Comments
 (0)