Skip to content

Commit 0fed553

Browse files
committed
Fix grammar
1 parent 465cecc commit 0fed553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3857-cfg-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ while letting people on pinned nightlies or bisecting nightlies to set a `-Z` to
406406

407407
In this RFC, we settled on translating `-nightly` to `-incomplete` because:
408408
- Maintainers can adopt stabilized-on-nightly features with `#[cfg(since(rust, "1.100.0-0"))]` (the lowest pre-release for `1.100.0`), keeping friction low while explicitly acknowledging that the unstable feature may change
409-
- Allows build scripts to experiment with other logic without less chance of needing to invoke `rustc` (e.g. detecting nightly)
409+
- Allows build scripts to experiment with other logic when approximating the vendor version from the language version with less of a chance of needing to invoke `rustc` (e.g. detecting nightly)
410410
- It provides extra context when approximating the vendor version from the language version when populating build information
411411

412412
We called the pre-release `-incomplete` to speak to the relationship to the language version.

0 commit comments

Comments
 (0)