Skip to content

Commit d5476ec

Browse files
committed
[oneTBB] task_handle related extensions
- fixed typo Signed-off-by: Anton Potapov <[email protected]>
1 parent f516a74 commit d5476ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/elements/oneTBB/source/task_scheduler/task_arena/this_task_arena_ns.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. SPDX-FileCopyrightText: 2019-2021 Intel Corporation
2-
......................................................
1+
.. SPDX-FileCopyrightText: 2019-2020 Intel Corporation
2+
..
33
.. SPDX-License-Identifier: CC-BY-4.0
44
55
===============
@@ -86,4 +86,4 @@ with the ``task_arena`` currently used by the calling thread.
8686
The behavior of this function is identical to the generic version (``template<typename F> void enqueue(F&& f)``), except the parameter type.
8787

8888
.. note::
89-
``h`` should not be empty to avoid an undefined behavior.
89+
``h`` should not be empty to avoid an undefined behavior.

0 commit comments

Comments
 (0)