Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Feb 10, 2024
1 parent b585f90 commit b7307ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end

```julia
# OhMyThreads
tforeach(1:10; scheduler=DynamicScheduler(; nchunks=10)) do i
tforeach(1:10; scheduler=SpawnAllScheduler()) do i
println(i)
end
```
Expand Down

0 comments on commit b7307ed

Please sign in to comment.