Skip to content

Commit fd23b20

Browse files
authored
add missing word in 03_runtime.md (#259)
1 parent 13850a6 commit fd23b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/08_futures/03_runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ at any given time.
2626

2727
### Multithreaded runtime
2828

29-
When using the multithreaded runtime, instead, there can up to `N` tasks running
29+
When using the multithreaded runtime, instead, there can be up to `N` tasks running
3030
_in parallel_ at any given time, where `N` is the number of threads used by the
3131
runtime. By default, `N` matches the number of available CPU cores.
3232

0 commit comments

Comments
 (0)