Skip to content

Commit d6ee5e0

Browse files
authored
Merge pull request #120 from alexreg/patch-1
Small spelling/grammar fixes
2 parents eb23925 + ef3de1e commit d6ee5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PRs against [rust-lang-nursery/rust-forge].
4444

4545
* [So you want to implement a feature?](feature-guide.html):
4646
Describes
47-
the procedure for implementin new features in rustc.
47+
the procedure for implementing new features in rustc.
4848

4949
* [So you want to stabilize a feature?](stabilization-guide.html): Describes
5050
the procedure for stabilizing features in rustc.
@@ -97,8 +97,8 @@ document.addEventListener("DOMContentLoaded", function() {
9797
var toWrite = "<hr/><h3>Release Dates</h3>";
9898

9999
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>";
102102

103103
document.getElementById('release_info').innerHTML = toWrite;
104104
});

0 commit comments

Comments
 (0)