diff --git a/modules/juce_gui_basics/buttons/juce_Button.h b/modules/juce_gui_basics/buttons/juce_Button.h index 1c42af4402..55c1c91e77 100644 --- a/modules/juce_gui_basics/buttons/juce_Button.h +++ b/modules/juce_gui_basics/buttons/juce_Button.h @@ -401,7 +401,7 @@ protected: //============================================================================== /** This method is called when the button has been clicked. - Subclasses can override this to perform whatever they actions they need to do. + Subclasses can override this to perform whatever actions they need to do. In general, you wouldn't use this method to receive clicks, but should get your callbacks by attaching a std::function to the onClick callback, or adding a Button::Listener. @see triggerClick, onClick