diff --git a/man/writing-rules-3.docbook b/man/writing-rules-3.docbook index 29e369d98..73d35e44c 100644 --- a/man/writing-rules-3.docbook +++ b/man/writing-rules-3.docbook @@ -114,10 +114,8 @@ void CheckOther::divisionByZeroError() if ( %var% ) { free ( %var% ) ; } - The %var% pattern is used to match any variable - name. - - Here is a C++ function: + The %var% pattern match any variable name. Here + is a C++ function: // Find redundant condition before deallocation void CheckOther::dealloc()