From fd3b7b7424ca21f6c36461c80c595271084edfb2 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 3 May 2021 12:46:33 -0700 Subject: [PATCH] Fix wording --- rfcs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/README.md b/rfcs/README.md index b3e9c424..a7ae45b4 100644 --- a/rfcs/README.md +++ b/rfcs/README.md @@ -29,7 +29,7 @@ To open an RFC, a Pull Request must be opened which creates a new Markdown file > Note: we currently don't accept community contributions for RFCs, although this will likely change in the future. -Every open RFC will be open for at least two calendar weeks. This is to make sure that concerns regarding any points raised above are addressed. The discussion points should be reflected on the PR comments; when discussion happens outside of the comment stream, the points salient to the RFC should be summarized as a followup. +Every open RFC will be open for at least two calendar weeks. This is to make sure that there is sufficient time to review the proposal and raise concerns or suggest improvements. The discussion points should be reflected on the PR comments; when discussion happens outside of the comment stream, the points salient to the RFC should be summarized as a followup. When the initial comment period expires, the RFC can be merged if there's consensus that the change is important and that the details of the syntax/semantics presented are workable. The decision to merge the RFC is made by the Luau team.