Skip to content

Commit

Permalink
Fix typo (denoland#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
95th authored and ry committed Jun 2, 2019
1 parent d438a6d commit bbc8de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tokio_util.rs
Expand Up @@ -30,7 +30,7 @@ where
///
/// This creates a new tokio runtime, with many new threads, to execute the
/// given future. This is useful when we want to block the main runtime to
/// resolve a future without worrying that we'll us up all the threads in the
/// resolve a future without worrying that we'll use up all the threads in the
/// main runtime.
pub fn block_on<F, R, E>(future: F) -> Result<R, E>
where
Expand Down

0 comments on commit bbc8de0

Please sign in to comment.