Fix typo in API evolution (#9160)

This commit is contained in:
ananthsub 2021-08-27 01:21:16 -07:00 committed by GitHub
parent fcbfc6b8ab
commit 6da3a6185f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ For API removal, renaming or other forms of backward-incompatible changes, the p
#. Calls to the deprecated API remain unchanged in their function during the deprecation phase. #. Calls to the deprecated API remain unchanged in their function during the deprecation phase.
#. Two minor versions in the future at version X+2 the breaking change takes effect. #. Two minor versions in the future at version X+2 the breaking change takes effect.
The "X+2" rule is a recommendation and not a strict requirement. Longer deprecation cylces may apply for some cases. The "X+2" rule is a recommendation and not a strict requirement. Longer deprecation cycles may apply for some cases.
New API and features are declared as: New API and features are declared as: