Skip to content

Commit 0837448

Browse files
committed
Nits from bstrie and others
1 parent 5601686 commit 0837448

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_posts/2015-05-15-Rust-1.0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requiring a garbage collector or runtime, making it possible to
1414
like to experiment with Rust, the
1515
["Getting Started" section of the Rust book][book] is your best bet
1616
(if you prefer to use an e-reader, Pascal Hertleif maintains
17-
[unofficial ebook vesions][ebook] as well).
17+
[unofficial e-book versions][ebook] as well).
1818

1919
What makes Rust different from other languages is its type system,
2020
which represents a refinement and codification of "best practices"
@@ -31,8 +31,8 @@ The current Rust language is the result of a lot of iteration and
3131
experimentation. The process has worked out well for us: Rust today is
3232
both simpler and more powerful than we originally thought would be
3333
possible. But all that experimentation also made it difficult to
34-
maintain a Rust project, since the language and standard library were
35-
constantly changing.
34+
maintain projects written in Rust, since the language and standard
35+
library were constantly changing.
3636

3737
**The 1.0 release marks the end of that churn.** This release is the
3838
official beginning of our [commitment to stability][stable], and as
@@ -42,17 +42,17 @@ of scope (some [caveats] apply, such as compiler bugs).
4242

4343
That said, releasing 1.0 doesn't mean that the Rust language is
4444
"done". We have many [improvements in store][priorities]. In fact, the
45-
Nightly builds of Rust already demonstrates [improvements to][24965]
45+
Nightly builds of Rust already demonstrate [improvements to][24965]
4646
[compile][24615] [times][25323] (with more to come) and includes work
4747
on new APIs and language features, like [`std::fs`][1044] and
4848
[associated constants][23606].
4949

5050
To help ensure that compiler and language improvements make their way
5151
out into the ecosystem at large as quickly as possible, we've adopted
5252
a [train-based][train] release model. This means that we'll be issuing
53-
regular releases every six weeks, just like evergreen browsers. **To
54-
kick off that process, we are also releasing Rust 1.1 beta today,
55-
simultaneously with Rust 1.0.**
53+
regular releases every six weeks, just like the Firefox and Chrome web
54+
browsers. **To kick off that process, we are also releasing Rust 1.1
55+
beta today, simultaneously with Rust 1.0.**
5656

5757
### Cargo and crates.io
5858

@@ -80,7 +80,7 @@ Rust has been an open-source project from the start. Over the last few
8080
years, we've been constantly looking for ways to make our governance
8181
more open and community driven. Since we introduced the
8282
[RFC process][rfcs] a little over a year ago, all major decisions
83-
about Rust are written up and discussed in the open in the form of a
83+
about Rust are written up and discussed in the open in the form of an
8484
RFC. Recently, we adopted a [new governance model][1068], which
8585
establishes a set of subteams, each responsible for RFCs in one
8686
particular area. If you'd like help shape the future of Rust, we

0 commit comments

Comments
 (0)