From 18610f9c54b616aa85ba80447d943d7d73aa8b4f Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Mon, 2 Apr 2018 09:57:46 +0800 Subject: Fix a plural mistake REVIEWING.rst Reviewing the REVIEWING.rst of tempest, I noticed a plural mistake. The word "APIs" is plural and it shouldn't add 'a' in the front. And there is an extra "that" before "which". So I fix it. Change-Id: I84d81f44314feadaebfcd4a834f854364328593b --- REVIEWING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'REVIEWING.rst') diff --git a/REVIEWING.rst b/REVIEWING.rst index 766d0c63f..a8801814d 100644 --- a/REVIEWING.rst +++ b/REVIEWING.rst @@ -42,8 +42,8 @@ be self verifying by running them in the gate. API Stability ------------- -Tests should only be added for a published stable APIs. If a patch contains -tests for an API which hasn't been marked as stable or for an API that which +Tests should only be added for published stable APIs. If a patch contains +tests for an API which hasn't been marked as stable or for an API which doesn't conform to the `API stability guidelines `_ then it should not be approved. -- cgit v1.2.1