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

Documentation fix.

This commit is contained in:
jules 2015-03-11 09:52:52 +00:00
parent 2044141216
commit d723d58b16

View file

@ -832,8 +832,8 @@ public:
/** Removes an item from the array.
This will remove the first occurrence of the given element from the array.
If the item isn't found, no action is taken.
This will remove all occurrences of the given element from the array.
If no such items are found, no action is taken.
@param valueToRemove the object to try to remove
@see remove, removeRange