Skip to content

Commit 0560e80

Browse files
committed
fixup! doc: clarify that features cannot be both experimental and deprecated
1 parent 2cbc6bb commit 0560e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing/collaborator-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ undergo deprecation. The exceptions to this rule are:
390390
Experimental and undocumented APIs are not considered stable, therefore are
391391
typically removed without a deprecation cycle. However, if such API has gotten
392392
some non-trivial adoption in the ecosystem, it (or a subset of it) can undergo
393-
deprecation – at which point, changes to that API should follow
394-
[semantic versioning][] rules.
393+
deprecation – at which point, changes to that API (or at least, its deprecated
394+
subset) should follow [semantic versioning][] rules.
395395

396396
For more information, see [Deprecations](#deprecations).
397397

0 commit comments

Comments
 (0)