We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13850a6 commit fd23b20Copy full SHA for fd23b20
book/src/08_futures/03_runtime.md
@@ -26,7 +26,7 @@ at any given time.
26
27
### Multithreaded runtime
28
29
-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
30
_in parallel_ at any given time, where `N` is the number of threads used by the
31
runtime. By default, `N` matches the number of available CPU cores.
32
0 commit comments