From d723d58b167b5fcb4ee18e9a55b0e01ea7364fbe Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 11 Mar 2015 09:52:52 +0000 Subject: [PATCH] Documentation fix. --- modules/juce_core/containers/juce_Array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_core/containers/juce_Array.h b/modules/juce_core/containers/juce_Array.h index b729c99d2a..53584f419c 100644 --- a/modules/juce_core/containers/juce_Array.h +++ b/modules/juce_core/containers/juce_Array.h @@ -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