Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This warning ensures you have the AssemblyTitleAttribute present and a filled ou

#### [CatchBlocksShouldRethrow](http://code.wintellect.com/Wintellect.Analyzers/WebPages/Wintellect014-CatchBlocksShouldRethrow.html) ####
This informational analyzer will report when you have a catch block that eats an exception. Because exception handling is so hard
to get right, this notification is important to remind you too look at those catch blocks.
to get right, this notification is important to remind you to look at those catch blocks.

## Documentation Analyzers ##
#### [ExceptionDocumentationMissing](http://code.wintellect.com/Wintellect.Analyzers/WebPages/Wintellect010-ExceptionDocumentationMissing.html) ####
Expand Down