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,