Skip to content

Commit 48daadc

Browse files
authored
Merge pull request rust-lang#16 from birkenfeld/patch-1
some README typos
2 parents f6bc6ec + f186059 commit 48daadc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ And then, use futures!
3131

3232
This library is currently a work in progress, but it is rapidly progressing to
3333
the point of stabilization of the internal `Future` and `Stream` traits along
34-
with a number of sourrounding pieces for useful functionality. Some crates are
34+
with a number of surrounding pieces for useful functionality. Some crates are
3535
available on crates.io but are likely not functional, so the git repo should be
3636
used for now, but that will hopefully change soon!
3737

@@ -65,7 +65,7 @@ computations on futures.
6565
[Future]: http://alexcrichton.com/futures-rs/futures/trait.Future.html
6666

6767
The `Future` trait is driven by two methods, [`poll`][poll] and
68-
[`schedule`][schedule], which all pulling values out of a future and otherwise
68+
[`schedule`][schedule], which allow pulling values out of a future and otherwise
6969
getting notified when a future is complete. More documentation can be found on
7070
the associated methods themselves.
7171

0 commit comments

Comments
 (0)