We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd66b27 commit 26198fbCopy full SHA for 26198fb
1 file changed
man/checkers/cstyleCast.md
@@ -1,4 +1,3 @@
1
-
2
# cstyleCast
3
4
**Message**: C-style pointer casting<br/>
@@ -31,7 +30,7 @@ The motivation of this checker is to modernize c++ code.
31
30
32
You can use C++ casts such as `static_cast` to fix these warnings.
33
34
-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
35
reported when that can be a good idea.
36
37
Before:
0 commit comments