Merge pull request #186 from seeekr/patch-1

fix typo in reactor::Core::run docs
This commit is contained in:
Alex Crichton
2017-03-03 13:27:41 -06:00
committed by GitHub
+1 -1
View File
@@ -209,7 +209,7 @@ impl Core {
/// the future will be "pinned" to not only this thread but also this stack /// the future will be "pinned" to not only this thread but also this stack
/// frame. /// frame.
/// ///
/// This function will returns the value that the future resolves to once /// This function will return the value that the future resolves to once
/// the future has finished. If the future never resolves then this function /// the future has finished. If the future never resolves then this function
/// will never return. /// will never return.
/// ///