8000 Merge pull request #3 from steveklabnik/patch-2 · adevore/blog.rust-lang.org@42fbd2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 42fbd2a

Browse files
committed
Merge pull request rust-lang#3 from steveklabnik/patch-2
fix two typos
2 parents 0361fa8 + 174018b commit 42fbd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2014-09-15-Rust-1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ will continue to compile". Basically, it means that we think the
1717
design of Rust finally feels right. More specifically, it feels
1818
*minimal*. The language itself is now focused on a simple core
1919
concept, which we call ownership and borrowing (more on this
20-
later). Leveraging ownership and borrowing, we are been able to build
20+
later). Leveraging ownership and borrowing, we have been able to build
2121
up everything else that we have needed in libraries. This is very
2222
exciting, because any library we can write, you can write too. This
2323
really gives us confidence that Rust will not only achieve its
@@ -92,7 +92,7 @@ working on:
9292
require zeroing of memory, which should improve compilation and
9393
execution times. Felix Klock has implemented the requisite analysis
9494
and is in the process of landing it.
95-
- *Green threading:* We are removing support from green threading from
95+
- *Green threading:* We are removing support for green threading from
9696
the standard library and moving it out into an external
9797
package. This allows for a closer match between the Rust model and
9898
the underlying operating system, which makes for more efficient

0 commit comments

Comments
 (0)
0