Merge pull request #1330 from scottmartin-ln/patch-2

Minor grammar fix
This commit is contained in:
Ilya Kantor 2019-09-13 17:57:55 +03:00 committed by GitHub
commit 9fdad7a15d
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.