Skip to content

Commit cc4f1de

Browse files
committed
Fix wrong reference on task chains page
1 parent ed721a7 commit cc4f1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/tasks-and-events/task-chains.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The task chain parameters are:
108108
each frame, round-robin style, regardless of the task's priority value.
109109
Set it to true to change the meaning of priority so that certain tasks are
110110
run less often, in proportion to their time used and to their priority
111-
value. See :meth:`.AsyncTaskManager.set_timeslice_priority()` for more.
111+
value. See :meth:`.AsyncTaskChain.set_timeslice_priority()` for more.
112112

113113
.. only:: cpp
114114

@@ -153,7 +153,7 @@ The task chain parameters are:
153153
each frame, round-robin style, regardless of the task's priority value.
154154
Set it to true to change the meaning of priority so that certain tasks are
155155
run less often, in proportion to their time used and to their priority
156-
value. See :meth:`.AsyncTaskManager::set_timeslice_priority()` for more.
156+
value. See :meth:`.AsyncTaskChain::set_timeslice_priority()` for more.
157157

158158
Using task chains
159159
-----------------

0 commit comments

Comments
 (0)