fix typo in reactor::Core::run docs

This commit is contained in:
Denis Andrejew
2017-03-03 18:38:56 +00:00
committed by GitHub
parent 6a4df9a3b6
commit 1722d8ed45
+1 -1
View File
@@ -209,7 +209,7 @@ impl Core {
/// the future will be "pinned" to not only this thread but also this stack
/// 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
/// will never return.
///