Skip to content

Commit a7539fa

Browse files
committed
fix: YAML syntax error in hint string.
1 parent 49e0d9b commit a7539fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/exercises/Catalog/Concepts/39_panic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- Use `panic()` to simulate runtime errors when appropriate.
66
- Use `defer` with `recover()` to catch and handle panics.
77
- Recovering from panics allows graceful handling of unexpected situations.
8-
- Remember: `recover()` only works inside a deferred function.
8+
- Remember: '`recover()` only works inside a deferred function.'

0 commit comments

Comments
 (0)