add missing word in 03_runtime.md (#259)

This commit is contained in:
dawe
2025-02-15 10:09:16 +01:00
committed by GitHub
parent 13850a6b01
commit fd23b201fe

View File

@@ -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.