fixed grammatical mistake

Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
Markus Pilman 2019-06-17 09:32:43 -07:00 committed by GitHub
parent 7483cba26e
commit 2c105f62fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.