Skip to content

Commit 7f65603

Browse files
committed
Fix typos
1 parent 8736041 commit 7f65603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/src/scheduler-internals.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ execution (called "firing"). Once all tasks are either waiting or running, the
6969
scheduler may sleep until actions need to be performed
7070

7171
When fired tasks have completed executing, an entry will exist in the inbound
72-
queue signaling the task's result and other metadata. At this point, the most
72+
queue signalling the task's result and other metadata. At this point, the most
7373
recently-queued task is removed from the queue, "finished", and placed in the
7474
"finished" state. Finishing usually unlocks downstream tasks from the waiting
7575
state and allows them to transition to the ready state.
@@ -117,7 +117,7 @@ outdated, or when its estimates about the task's behavior are inaccurate. To
117117
minimize the possibility of workload imbalance, the worker schedulers'
118118
processors will attempt to steal tasks from each other when they are
119119
under-occupied. Tasks will only be stolen if the task's [scope](scopes.md) is
120-
compatibl with the processor attempting the steal, so tasks with wider scopes
120+
compatible with the processor attempting the steal, so tasks with wider scopes
121121
have better balancing potential.
122122

123123
## Core: Finishing

0 commit comments

Comments
 (0)