From 0ca947122d30190ccd94fc5c6663083eb377304a Mon Sep 17 00:00:00 2001 From: psychon Date: Thu, 30 Sep 2010 08:08:54 +0000 Subject: [PATCH] CString API docs: Fix Whenever I fail, SilverLeo comes by and says "you failed again". :( git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2154 726aef4b-f618-498e-8847-2d620e286838 --- ZNCString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZNCString.h b/ZNCString.h index 40223ad6..60e60962 100644 --- a/ZNCString.h +++ b/ZNCString.h @@ -169,7 +169,7 @@ public: * * You can specify a "safe zone" via sLeft and sRight. Anything inside * of such a zone will not be replaced. This does not do recursion, so - * e.g. with Replace("(a()a)", "a", "a", "(", ")", true) + * e.g. with Replace("(a()a)", "a", "b", "(", ")", true) * you would get "a(b)" as result. The second opening brace and the * second closing brace would not be seen as a delimitered and thus * wouldn't be removed. The first a is inside a "safe zone" and thus is