Skip to content

Commit ee68daf

Browse files
committed
[Fix] Review feedback
1 parent 82eef12 commit ee68daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anti_patterns/catch_panic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# panic::catch_unwind for exceptions
1+
# catch_unwind for exceptions
22

33
## Description
44

5-
This antipattern arises when the method for catching (`panic::catch_unwind`) an
5+
This anti-pattern arises when the method for catching (`panic::catch_unwind`) an
66
unexpected problem (implementation bug) is used to handle an expected problem,
77
such as a missing file.
88

0 commit comments

Comments
 (0)