Skip to content

Commit 26198fb

Browse files
authored
Fixed typo
1 parent fd66b27 commit 26198fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

man/checkers/cstyleCast.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# cstyleCast
32

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

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

34-
The `dynamic_cast` should rarelly be used to fix these warnings because dangerousTypeCast is
33+
The `dynamic_cast` should rarely be used to fix these warnings because dangerousTypeCast is
3534
reported when that can be a good idea.
3635

3736
Before:

0 commit comments

Comments
 (0)