mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Merge pull request #186 from seeekr/patch-1
fix typo in reactor::Core::run docs
This commit is contained in:
+1
-1
@@ -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.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user