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
This commit is contained in:
psychon
2010-09-30 08:08:54 +00:00
parent 0f9f24683f
commit 0ca947122d
+1 -1
View File
@@ -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 <code>Replace("(a()a)", "a", "a", "(", ")", true)</code>
* e.g. with <code>Replace("(a()a)", "a", "b", "(", ")", true)</code>
* 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