Skip to content

Commit c949771

Browse files
authored
Update documentation for oneTBB 2021.8 (#998)
Signed-off-by: Olga Malysheva <[email protected]>
1 parent bd619c5 commit c949771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/main/intro/testing_approach.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Testing Approach
44
================
55

6-
You can face four main hazard types in the libraries for parallelism:
6+
There are four main types of errors/hazards you can encounter in the development of libraries for parallelism:
77

88
* Interface correspondence to specification
99
* Memory errors
@@ -28,4 +28,4 @@ They are covered by:
2828
Continuous Integration triggers all the tests on each commit. This ensures that:
2929

3030
* Issues are detected, starting from the early development phase and up to the moment of integration of changes into the library.
31-
* The highest quality of the library even in such error-prone domains as parallelism.
31+
* The highest quality of the library is maintained even in such error-prone domains as parallelism.

0 commit comments

Comments
 (0)