From 685dc4fd7876200a85fe710e98e3bde1224311af Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 20 May 2020 18:38:39 +0100 Subject: [PATCH] Fixed a typo --- modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h b/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h index cdea16879a..8ff38892f4 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h +++ b/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h @@ -30,7 +30,7 @@ namespace juce edge. Make sure you reposition the resizer component each time the parent's size changes, to keep it in the correct position. - @see ResizbleBorderComponent, ResizableCornerComponent + @see ResizableBorderComponent, ResizableCornerComponent @tags{GUI} */