From 8715fef681c9452f4fbfd88d68b9d74340848ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 8 Jan 2011 11:10:10 +0100 Subject: [PATCH] Writing rules: minor tweak for the C++ intro --- man/writing-rules-3.docbook | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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()