Skip to content

Commit

Permalink
Merge pull request rust-lang#16 from birkenfeld/patch-1
Browse files Browse the repository at this point in the history
some README typos
  • Loading branch information
alexcrichton committed Aug 5, 2016
2 parents f6bc6ec + f186059 commit 48daadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ And then, use futures!

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

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

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

Expand Down

0 comments on commit 48daadc

Please sign in to comment.