Skip to content

Commit

Permalink
Merge pull request #1450 from guoard/patch-2
Browse files Browse the repository at this point in the history
docs(error_handling): resolve markdownlint warnings
  • Loading branch information
shadows-withal committed Mar 30, 2023
2 parents fbec311 + 1db6464 commit 362c1b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/error_handling/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Error handling
Most errors aren’t serious enough to require the program to stop entirely.

Most errors aren’t serious enough to require the program to stop entirely.
Sometimes, when a function fails, it’s for a reason that you can easily interpret and respond to.
For example, if you try to open a file and that operation fails because the file doesn’t exist, you might want to create the file instead of terminating the process.

Expand Down

0 comments on commit 362c1b0

Please sign in to comment.