Skip to content

Commit

Permalink
some README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld authored Aug 5, 2016
1 parent f6bc6ec commit f186059
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 f186059

Please sign in to comment.