Skip to content

Commit

Permalink
Update documentation for oneTBB 2021.8 (#998)
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Malysheva <olga.malysheva@intel.com>
  • Loading branch information
omalyshe committed Dec 22, 2022
1 parent bd619c5 commit c949771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/main/intro/testing_approach.rst
Expand Up @@ -3,7 +3,7 @@
Testing Approach
================

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

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

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

0 comments on commit c949771

Please sign in to comment.