We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eef12 commit ee68dafCopy full SHA for ee68daf
anti_patterns/catch_panic.md
@@ -1,8 +1,8 @@
1
-# panic::catch_unwind for exceptions
+# catch_unwind for exceptions
2
3
## Description
4
5
-This antipattern arises when the method for catching (`panic::catch_unwind`) an
+This anti-pattern arises when the method for catching (`panic::catch_unwind`) an
6
unexpected problem (implementation bug) is used to handle an expected problem,
7
such as a missing file.
8
0 commit comments