We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd619c5 commit c949771Copy full SHA for c949771
doc/main/intro/testing_approach.rst
@@ -3,7 +3,7 @@
3
Testing Approach
4
================
5
6
-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:
7
8
* Interface correspondence to specification
9
* Memory errors
@@ -28,4 +28,4 @@ They are covered by:
28
Continuous Integration triggers all the tests on each commit. This ensures that:
29
30
* 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.
+* The highest quality of the library is maintained even in such error-prone domains as parallelism.
0 commit comments