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
3 changes: 1 addition & 2 deletions man/checkers/cstyleCast.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# cstyleCast

**Message**: C-style pointer casting<br/>
Expand Down Expand Up @@ -31,7 +30,7 @@ The motivation of this checker is to modernize c++ code.

You can use C++ casts such as `static_cast` to fix these warnings.

The `dynamic_cast` should rarelly be used to fix these warnings because dangerousTypeCast is
The `dynamic_cast` should rarely be used to fix these warnings because dangerousTypeCast is
reported when that can be a good idea.

Before:
Expand Down
Loading