Browse Source

Whitespace

tags/2021-05-28
jules 9 years ago
parent
commit
85cd905fb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/text/juce_StringArray.h

+ 1
- 1
modules/juce_core/text/juce_StringArray.h 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,


Loading…
Cancel
Save