diff --git a/rules/S1905/cfamily/rule.adoc b/rules/S1905/cfamily/rule.adoc index 556cad9076..3ae82c0a78 100644 --- a/rules/S1905/cfamily/rule.adoc +++ b/rules/S1905/cfamily/rule.adoc @@ -9,7 +9,7 @@ your cast might be redundant on one platform but not on the others. == How to fix it -To fix your code remove the unnecessary casting expression. +To fix your code, remove the unnecessary casting expression. === Code examples @@ -36,7 +36,7 @@ int example(int i) { == Resources === Documentation -* Geeksforgeeks - https://www.geeksforgeeks.org/type-conversion-in-c/[Type Conversion in C++] + * Wikipedia - https://en.wikipedia.org/wiki/Type_conversion[Type Conversion] * Wikipedia - https://en.wikipedia.org/wiki/Strong_and_weak_typing[Strong and Weak Typing] * Wikipedia - https://en.wikipedia.org/wiki/Polymorphism_(computer_science)[ Polymorphism (Computer Science)]