From 6da3a6185f19a2dc64ee742b5a9b7fc200059582 Mon Sep 17 00:00:00 2001 From: ananthsub Date: Fri, 27 Aug 2021 01:21:16 -0700 Subject: [PATCH] Fix typo in API evolution (#9160) --- docs/source/governance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/governance.rst b/docs/source/governance.rst index 80742525f5..d40ec06180 100644 --- a/docs/source/governance.rst +++ b/docs/source/governance.rst @@ -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. #. 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: