File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ And then, use futures!
3131
3232This library is currently a work in progress, but it is rapidly progressing to
3333the 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
3535available on crates.io but are likely not functional, so the git repo should be
3636used 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
6767The ` 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
6969getting notified when a future is complete. More documentation can be found on
7070the associated methods themselves.
7171
You can’t perform that action at this time.
0 commit comments