Skip to content

Commit 362c1b0

Browse files
authored
Merge pull request #1450 from guoard/patch-2
docs(error_handling): resolve markdownlint warnings
2 parents fbec311 + 1db6464 commit 362c1b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/error_handling/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Error handling
2-
Most errors aren’t serious enough to require the program to stop entirely.
2+
3+
Most errors aren’t serious enough to require the program to stop entirely.
34
Sometimes, when a function fails, it’s for a reason that you can easily interpret and respond to.
45
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.
56

0 commit comments

Comments
 (0)