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();