Update article.md
Added 'Oxford comma" (comma before 'and' at the end of a list). Not all consider it necessary, but I think it improves readability.
This commit is contained in:
parent
a88e082ef9
commit
38ba46f0a0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue