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:
parent
2044141216
commit
d723d58b16
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue