diff --git a/src/ImageSharp.Drawing/Processing/DrawTextExtensions.cs b/src/ImageSharp.Drawing/Processing/DrawTextExtensions.cs
index 114de7610..46061ce9b 100644
--- a/src/ImageSharp.Drawing/Processing/DrawTextExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/DrawTextExtensions.cs
@@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Processing
///
/// Adds extensions that allow the drawing of text to the type.
///
- public static partial class DrawTextExtensions
+ public static class DrawTextExtensions
{
///
/// Draws the text onto the the image filled via the brush.
diff --git a/src/ImageSharp.Drawing/Processing/RecolorBrush{TPixel}.cs b/src/ImageSharp.Drawing/Processing/RecolorBrush{TPixel}.cs
index 480c42ee0..058b03d62 100644
--- a/src/ImageSharp.Drawing/Processing/RecolorBrush{TPixel}.cs
+++ b/src/ImageSharp.Drawing/Processing/RecolorBrush{TPixel}.cs
@@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp.Processing
///
/// The pixel format.
public class RecolorBrush : IBrush
- where TPixel : struct, IPixel
+ where TPixel : struct, IPixel
{
///
/// Initializes a new instance of the class.