1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo

This commit is contained in:
ed 2020-05-20 18:38:39 +01:00
parent 539f524853
commit 685dc4fd78

View file

@ -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}
*/