From 220f8b58d4125a0aaf8bd945292c5cf845df2037 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 27 Feb 2018 11:14:52 +1100 Subject: [PATCH] Better method description --- src/ImageSharp/IImageProcessingContext{TPixel}.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/IImageProcessingContext{TPixel}.cs b/src/ImageSharp/IImageProcessingContext{TPixel}.cs index 281c925673..d93d72317b 100644 --- a/src/ImageSharp/IImageProcessingContext{TPixel}.cs +++ b/src/ImageSharp/IImageProcessingContext{TPixel}.cs @@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp where TPixel : struct, IPixel { /// - /// Gets the source image bounds + /// Gets the image bounds at the current point in the processing pipeline. /// /// The Rectangle Bounds();