Skip to content

Commit f00e75a

Browse files
committed
rephraze
1 parent 96621eb commit f00e75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

man/checkers/cstyleCast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Replacing the C style cast with a corresponding C++ cast would not make the code
3939

4040
### Non compliant
4141

42-
A cast that is potentially unsafe is when casting from a base class pointer to a derived class pointer:
42+
A cast from a base class pointer to a derived class pointer is potentially unsafe:
4343
```
4444
Derived *p = (Derived*)base;
4545
```

0 commit comments

Comments
 (0)