From c9497714821c3d443ee44c732609eb6850195ffb Mon Sep 17 00:00:00 2001 From: Olga Malysheva Date: Thu, 22 Dec 2022 16:39:46 +0100 Subject: [PATCH] Update documentation for oneTBB 2021.8 (#998) Signed-off-by: Olga Malysheva --- doc/main/intro/testing_approach.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/main/intro/testing_approach.rst b/doc/main/intro/testing_approach.rst index 24cf87a88c..7914c32573 100644 --- a/doc/main/intro/testing_approach.rst +++ b/doc/main/intro/testing_approach.rst @@ -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 @@ -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.