Skip to content

Commit 22282e2

Browse files
Fix typo
Co-authored-by: Yuki Okushi <[email protected]>
1 parent fecdf2a commit 22282e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ Here is the tracking issue on for our [`?` macro feature][tracking].
161161

162162
## Experimental RFC (eRFC)
163163

164-
An eRFC is a variant of the RFC process used for complex features wherethe high-level need
164+
An eRFC is a variant of the RFC process used for complex features where the high-level need
165165
is clear, but the design space is too large to settle on a detailed specification upfront.
166166
Instead of providing a final design, an eRFC outlines a high-level strategy to authorize
167167
a period of active experimentation. This allows the team to implement the feature behind
168168
a feature gate and gather practical data, which then informs a subsequent formal RFC for stabilization.
169-
While this process was used for major features like coroutines ([see RFC2033][rfc2033]),
169+
While this process was used for major features like coroutines ([see RFC 2033][rfc2033]),
170170
the explicit "eRFC" label is rarely used today. The project now generally prefers approving a standard
171171
RFC for an initial version and iterating on it through the nightly channel before final stabilization.
172172

0 commit comments

Comments
 (0)