From 9d08f8fcacdcb833dfa9e892f2dcfc98fe8537c9 Mon Sep 17 00:00:00 2001 From: tpoole Date: Thu, 13 Oct 2016 15:11:33 +0100 Subject: [PATCH] Fixed a documentation typo. --- modules/juce_graphics/contexts/juce_GraphicsContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_graphics/contexts/juce_GraphicsContext.h b/modules/juce_graphics/contexts/juce_GraphicsContext.h index fef71e9d55..cb9f92e8d6 100644 --- a/modules/juce_graphics/contexts/juce_GraphicsContext.h +++ b/modules/juce_graphics/contexts/juce_GraphicsContext.h @@ -545,7 +545,7 @@ public: /** Draws an image to fit within a designated rectangle. @param imageToDraw the source image to draw - @param destArea the target rectangle to fit it into + @param targetArea the target rectangle to fit it into @param placementWithinTarget this specifies how the image should be positioned within the target rectangle - see the RectanglePlacement class for more details about this.