Skip to content

Commit f92bcf7

Browse files
authored
Sync docs for practice exercise error-handling (exercism#2475)
1 parent 0b8bdc9 commit f92bcf7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

exercises/practice/error-handling/.docs/instructions.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
Implement various kinds of error handling and resource management.
44

5-
An important point of programming is how to handle errors and close
6-
resources even if errors occur.
5+
An important point of programming is how to handle errors and close resources even if errors occur.
76

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.
7+
This exercise requires you to handle various errors.
8+
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

Comments
 (0)