mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix typo (#2443)
This commit is contained in:
parent
d438a6d259
commit
bbc8de0c7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue