From 314060f6226bcf94121d59f9f4ffa182e6394ad1 Mon Sep 17 00:00:00 2001 From: dawe Date: Fri, 14 Feb 2025 23:46:04 +0100 Subject: [PATCH] add missing word in 03_runtime.md --- 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 ebae7da772..17f528df89 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.