Skip to content

Commit bbc8de0

Browse files
95thry
authored andcommitted
Fix typo (#2443)
1 parent d438a6d commit bbc8de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/tokio_util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ where
3030
///
3131
/// This creates a new tokio runtime, with many new threads, to execute the
3232
/// given future. This is useful when we want to block the main runtime to
33-
/// resolve a future without worrying that we'll us up all the threads in the
33+
/// resolve a future without worrying that we'll use up all the threads in the
3434
/// main runtime.
3535
pub fn block_on<F, R, E>(future: F) -> Result<R, E>
3636
where

0 commit comments

Comments
 (0)