Skip to content

Commit 9d8039a

Browse files
committed
More nits
1 parent 9b94e47 commit 9d8039a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

_posts/2016-05-16-rust-at-one-year.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,11 @@ Servo—and not just in test mode.
9494
[ff]: https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2016-04-07&keys=__none__!__none__!__none__&max_channel_version=release%252F45&measure=MEDIA_RUST_MP4PARSE_SUCCESS&min_channel_version=null&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2016-03-03&table=0&trim=1&use_submission_date=0
9595
[groundwork for Rust integration]: http://wiki.mozilla.org/Oxidation
9696

97-
In both of these cases, the people involved were hardened C++ devs who knew its
98-
downsides—and Rust's upsides—in their bones. But there's another
99-
kind of story we [hear a lot] from smaller shops putting Rust into production:
100-
that they would never dream of shipping C++ code, but that Rust provides the
101-
leverage to go head-to-head with larger organizations that *do* use C++, giving
102-
them competitive performance and much greater agility. Rust helps you punch
103-
above your weight.
97+
In both of these cases, the people involved were coming from the C++ world
98+
already. But there's another kind of story we [hear a lot] from smaller shops
99+
putting Rust into production: that traditional systems languages like C++ felt
100+
out of reach for their team, but that Rust gives many of the same benefits while
101+
being more approachable. Rust helps you punch above your weight.
104102

105103
[hear a lot]: http://confreaks.tv/videos/rustcamp2015-using-rust-from-c-or-any-language
106104

@@ -217,7 +215,7 @@ has been growing and polishing its ecosystem and tooling:
217215

218216
- **Core language**. We've kept one list purposefully short this year: growth in
219217
the core language. While we have some important features in the pipeline (like
220-
[improved error hanlding], [more flexible borrowing rules] and
218+
[improved error handling], [more flexible borrowing rules] and
221219
[specialization]), [Rust users] by and large are happy with the core language
222220
and prefer the community to focus on the ecosystem and tooling.
223221

0 commit comments

Comments
 (0)