From 988d290a7a3ef5257a1fd95b18de803cf4a34bcb Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Tue, 7 Aug 2018 11:00:55 +0100 Subject: [PATCH] A minor documentation update --- modules/juce_gui_basics/windows/juce_CallOutBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/windows/juce_CallOutBox.h b/modules/juce_gui_basics/windows/juce_CallOutBox.h index 79293921f6..62f7cc7a12 100644 --- a/modules/juce_gui_basics/windows/juce_CallOutBox.h +++ b/modules/juce_gui_basics/windows/juce_CallOutBox.h @@ -82,7 +82,7 @@ public: ~CallOutBox(); //============================================================================== - /** Changes the length of the arrow. */ + /** Changes the base width of the arrow. */ void setArrowSize (float newSize); /** Updates the position and size of the box.