Skip to content

Commit a59ddfa

Browse files
committed
Removed extra bracket.
1 parent ca4669c commit a59ddfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/state-of-tic-tac-toe/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Exception messages
44

5-
Sometimes it is necessary to [raise an exception][raising-exceptions]].
5+
Sometimes it is necessary to [raise an exception][raising-exceptions].
66
When you do this, you should always include a **meaningful error message** to indicate what the source of the error is.
77
This makes your code more readable and helps significantly with debugging.
88
For situations where you know that the error source will be a certain type, you can choose to raise one of the [built in error types][error-base-classes], but should still include a meaningful message.

0 commit comments

Comments
 (0)