File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ PRs against [rust-lang-nursery/rust-forge].
44
44
45
45
* [ So you want to implement a feature?] ( feature-guide.html ) :
46
46
Describes
47
- the procedure for implementin new features in rustc.
47
+ the procedure for implementing new features in rustc.
48
48
49
49
* [ So you want to stabilize a feature?] ( stabilization-guide.html ) : Describes
50
50
the procedure for stabilizing features in rustc.
@@ -97,8 +97,8 @@ document.addEventListener("DOMContentLoaded", function() {
97
97
var toWrite = " <hr/><h3>Release Dates</h3>" ;
98
98
99
99
toWrite += " <p>Rust 1." + prevRelease + " stable was released on " + prevDate + " .</p>" ;
100
- toWrite += " <p><h4>Rust 1." + nextRelease + " stable will release on " + nextDate + " .</h4></p>" ;
101
- toWrite += " <p>Rust 1." + nextNextRelease + " stable will release on " + nextNextDate + " .</p>" ;
100
+ toWrite += " <p><h4>Rust 1." + nextRelease + " stable will be released on " + nextDate + " .</h4></p>" ;
101
+ toWrite += " <p>Rust 1." + nextNextRelease + " stable will be released on " + nextNextDate + " .</p>" ;
102
102
103
103
document .getElementById (' release_info' ).innerHTML = toWrite;
104
104
});
You can’t perform that action at this time.
0 commit comments