From fd23b201fed5e5cfcc0f60e40035ab8b88223676 Mon Sep 17 00:00:00 2001 From: dawe Date: Sat, 15 Feb 2025 10:09:16 +0100 Subject: [PATCH] add missing word in 03_runtime.md (#259) --- book/src/08_futures/03_runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/08_futures/03_runtime.md b/book/src/08_futures/03_runtime.md index ebae7da..17f528d 100644 --- a/book/src/08_futures/03_runtime.md +++ b/book/src/08_futures/03_runtime.md @@ -26,7 +26,7 @@ at any given time. ### Multithreaded runtime -When using the multithreaded runtime, instead, there can up to `N` tasks running +When using the multithreaded runtime, instead, there can be up to `N` tasks running _in parallel_ at any given time, where `N` is the number of threads used by the runtime. By default, `N` matches the number of available CPU cores.