1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Whitespace

This commit is contained in:
jules 2016-01-04 15:25:54 +00:00
parent 5a5fa35368
commit 85cd905fb4

View file

@ -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,