From 2c105f62fe940901c3935b674a2901f1996b17b0 Mon Sep 17 00:00:00 2001 From: Markus Pilman Date: Mon, 17 Jun 2019 09:32:43 -0700 Subject: [PATCH] fixed grammatical mistake Co-Authored-By: A.J. Beamon --- documentation/sphinx/source/client-testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/source/client-testing.rst b/documentation/sphinx/source/client-testing.rst index 846c7bee60..56d9d60f8d 100644 --- a/documentation/sphinx/source/client-testing.rst +++ b/documentation/sphinx/source/client-testing.rst @@ -7,7 +7,7 @@ Testing Error Handling with Buggify ################################### FoundationDB clients need to handle errors correctly. Wrong error handling can lead to many bugs - in the worst case it can -lead to a corrupted database. Because of this it is important that a application or layer author tests properly their +lead to a corrupted database. Because of this it is important that an application or layer author tests properly their application during failure scenarios. But this is non-trivial. In a developement environment cluster failures are very unlikely and it is therefore possible that certain types of exceptions are never tester in a controlled environment.