Fix docs markup (#225)

This commit is contained in:
hcpl
2018-03-13 11:43:05 -07:00
committed by Carl Lerche
parent 2abeff01a5
commit 5dab821b29
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ impl DefaultExecutor {
/// Futures may be spawned onto the default executor using this handle.
///
/// The returned handle will reference whichever executor is configured as
/// the default **at the time `spawn` is called`. This enables
/// the default **at the time `spawn` is called**. This enables
/// `DefaultExecutor::current()` to be called before an execution context is
/// setup, then passed **into** an execution context before it is used.
pub fn current() -> DefaultExecutor {