Skip to content

Commit 80b15ef

Browse files
authored
Fix parallel phase documentation example path (#1874)
1 parent 4b12312 commit 80b15ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/main/reference/parallel_phase_for_task_arena.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If ``with_fast_leave`` is ``true``, worker threads leave policy is temporarily s
159159
Example
160160
*******
161161

162-
.. literalinclude:: .examples/parallel_phase_example.cpp
162+
.. literalinclude:: ./examples/parallel_phase_example.cpp
163163
:language: c++
164164
:start-after: /*begin_parallel_phase_example*/
165165
:end-before: /*end_parallel_phase_example*/

0 commit comments

Comments
 (0)