We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96621eb commit f00e75aCopy full SHA for f00e75a
1 file changed
man/checkers/cstyleCast.md
@@ -39,7 +39,7 @@ Replacing the C style cast with a corresponding C++ cast would not make the code
39
40
### Non compliant
41
42
-A cast that is potentially unsafe is when casting from a base class pointer to a derived class pointer:
+A cast from a base class pointer to a derived class pointer is potentially unsafe:
43
```
44
Derived *p = (Derived*)base;
45
0 commit comments