Minor grammar fix

Remove extra "of" from "a thousand other reasons"
This commit is contained in:
Scott Martin 2019-09-11 15:50:46 +01:00 committed by GitHub
parent 3da7f481dd
commit a6de544b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Error handling, "try..catch" # Error handling, "try..catch"
No matter how great we are at programming, sometimes our scripts have errors. They may occur because of our mistakes, an unexpected user input, an erroneous server response and for a thousand of other reasons. No matter how great we are at programming, sometimes our scripts have errors. They may occur because of our mistakes, an unexpected user input, an erroneous server response and for a thousand other reasons.
Usually, a script "dies" (immediately stops) in case of an error, printing it to console. Usually, a script "dies" (immediately stops) in case of an error, printing it to console.