From 85cd905fb409c047575d5eb6eddb7f107efb3df0 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 4 Jan 2016 15:25:54 +0000 Subject: [PATCH] Whitespace --- modules/juce_core/text/juce_StringArray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/text/juce_StringArray.h b/modules/juce_core/text/juce_StringArray.h index e252b18c99..ee39e29936 100644 --- a/modules/juce_core/text/juce_StringArray.h +++ b/modules/juce_core/text/juce_StringArray.h @@ -302,7 +302,7 @@ public: void remove (int index); /** Finds a string in the array and removes it. - This will remove all occurrences of the given string from the array. + This will remove all occurrences of the given string from the array. The comparison may be case-insensitive depending on the ignoreCase parameter. */ void removeString (StringRef stringToRemove,