Skip to content

Commit 8066064

Browse files
committed
docs: fix artificial newline in note callout
1 parent 23d807b commit 8066064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/task-spawning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ it'll be passed as-is to the function `f` (with some exceptions).
2929

3030
!!! note "Task / thread occupancy"
3131
By default, `Dagger` assumes that tasks saturate the thread they are running on and does not try to schedule other tasks on the thread.
32-
This default can be controlled by specifying [`Sch.ThunkOptions`](@ref) (more details can be found under [Scheduler and Thunk options](@ref)).\
33-
The section [Changing the thread occupancy for low-utilization tasks](@ref) shows a runnable example of how to achieve this.
32+
This default can be controlled by specifying [`Sch.ThunkOptions`](@ref) (more details can be found under [Scheduler and Thunk options](@ref)).
33+
The section [Changing the thread occupancy](@ref) shows a runnable example of how to achieve this.
3434

3535
## Options
3636

0 commit comments

Comments
 (0)