From 4a8d0b827b7f95d8dd0a58d28f0a4dd1d40c31b1 Mon Sep 17 00:00:00 2001 From: robertDurst Date: Fri, 13 Sep 2019 12:25:36 -0400 Subject: [PATCH] fix up wording of CAP Implementation Review status --- core/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/README.md b/core/README.md index 2687eb23d..f56ea1c63 100644 --- a/core/README.md +++ b/core/README.md @@ -14,10 +14,10 @@ * **Accepted** — A CAP that has been accepted on the merits of its idea pre-implementation, and is ready for implementation. It is still possible that the CAP may be rejected post-implementation due to the issues that may arise during an initial implementation. -* **Implementation Review** - A CAP that has been implemented in a Stellar Core implementation. - During this time the proposal is brought up again before the protocol group for additional - comment, where it is possible that the proposal is rejected based on the issues that arise from - an implementation. +* **Implementation Review** - A CAP that has a preliminary implementation, often in the form of a pull + request against an existing Stellar Core repository. During this time the proposal is brought up + again before the protocol group for additional comment, where it is possible that the proposal is + rejected based on the issues that arise from an implementation. * **Implemented** - A CAP that has been implemented with no issues brought up during **Implementation Review**, with the protocol version specified in the CAP. It will graduate to **Final** when it has been formally accepted by a majority of validators (nodes) on the network.