about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-11-26 17:24:19 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-26 21:01:59 -0600
commit6d62c507cd54b491687010fd2818855dd15bd216 (patch)
tree755b0c42c007b8c507e9eb126c52237d62bb2dbf /src/doc/rustc-dev-guide
parent0d0f1e20df7950356ea398ff3b6d71209e8ed32c (diff)
downloadrust-6d62c507cd54b491687010fd2818855dd15bd216.tar.gz
rust-6d62c507cd54b491687010fd2818855dd15bd216.zip
Define FCP where first used
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/walkthrough.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/doc/rustc-dev-guide/src/walkthrough.md b/src/doc/rustc-dev-guide/src/walkthrough.md
index 93fcd556a2d..9c4ba153393 100644
--- a/src/doc/rustc-dev-guide/src/walkthrough.md
+++ b/src/doc/rustc-dev-guide/src/walkthrough.md
@@ -120,13 +120,13 @@ itself to reflect the course of the discussion (e.g. new alternatives or prior
 work may be added or you may decide to change parts of the proposal itself).
 
 In the end, when the discussion seems to reach a consensus and die down a bit,
-a rust team member may propose to move to FCP with one of three possible dispositions.
-This means that they want the other members of the appropriate teams to review
-and comment on the RFC. More discussion may ensue, which may result in more changes
-or unresolved questions being added. At some point, when everyone is
-satisfied, the RFC enters the "final comment period" (FCP), which is the last
-chance for people to bring up objections. When the FCP is over, the disposition is
-adopted. Here are the three possible dispositions:
+a rust team member may propose to move to "final comment period" (FCP) with one
+of three possible dispositions.  This means that they want the other members of
+the appropriate teams to review and comment on the RFC. More discussion may
+ensue, which may result in more changes or unresolved questions being added. At
+some point, when everyone is satisfied, the RFC enters the FCP, which is the
+last chance for people to bring up objections. When the FCP is over, the
+disposition is adopted. Here are the three possible dispositions:
 
 - _Merge_: accept the feature. Here is the proposal to merge for our [`?` macro
   feature][rfcmerge].