Skip to content

Commit 8d09466

Browse files
committed
[Fix] Review feedback
1 parent 2d96e03 commit 8d09466

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ language.
5656

5757
### Anti-patterns
5858

59-
* [panic::catch_unwind for exceptions](anti_patterns/catch_panic.md)
59+
* [catch_unwind for exceptions](anti_patterns/catch_panic.md)
6060
* TODO Clone to satisfy the borrow checker
6161
* [Deref polymorphism](anti_patterns/deref.md)
6262
* TODO Matching all fields of a struct (back compat)

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)