We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8bdc9 commit f92bcf7Copy full SHA for f92bcf7
1 file changed
exercises/practice/error-handling/.docs/instructions.md
@@ -2,9 +2,7 @@
2
3
Implement various kinds of error handling and resource management.
4
5
-An important point of programming is how to handle errors and close
6
-resources even if errors occur.
+An important point of programming is how to handle errors and close resources even if errors occur.
7
8
-This exercise requires you to handle various errors. Because error handling
9
-is rather programming language specific you'll have to refer to the tests
10
-for your track to see what's exactly required.
+This exercise requires you to handle various errors.
+Because error handling is rather programming language specific you'll have to refer to the tests for your track to see what's exactly required.
0 commit comments