Minor grammar fix
Remove extra "of" from "a thousand other reasons"
This commit is contained in:
parent
3da7f481dd
commit
a6de544b55
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue