From bbc8de0c7a6a086ea7b0b79c6f5b005f9f374a7d Mon Sep 17 00:00:00 2001 From: Gurwinder S Date: Sun, 2 Jun 2019 23:53:36 +0530 Subject: [PATCH] Fix typo (#2443) --- cli/tokio_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tokio_util.rs b/cli/tokio_util.rs index 9204b2ae..4c4b36d5 100644 --- a/cli/tokio_util.rs +++ b/cli/tokio_util.rs @@ -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(future: F) -> Result where -- GitLab