diff --git a/stage-3-review.md b/stage-3-review.md index db5dfd8..db5303c 100644 --- a/stage-3-review.md +++ b/stage-3-review.md @@ -16,7 +16,7 @@ When reviewing a TC39 proposal, read the specification text, README and other do - Does the proposal fit in well when combined with other JavaScript language features (both current and proposed, a.k.a. "cross-cutting concerns")? Will the interactions between features be surprising or strange? - Does the proposal scope make sense, or would this make more sense as a larger or smaller proposal? - Does the specification text completely cover every aspect of the proposal, or are some things unstated? -- Is the specification text logical and consistent, matching the rest of the JavaScript specification? +- Is the specification text logical and consistent, matching the rest of the JavaScript specification? (For this kind of review, it can be useful to refresh yourself on the [conventions](./spec-conventions.md).) - Do all of the details and edge cases seem reasonably motivated? To give your feedback to the champion group, file issues in GitHub, or make pull requests with proposed changes.