diff --git a/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs b/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs
index 41228e411..1add8160a 100644
--- a/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs
+++ b/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs
@@ -53,10 +53,6 @@ public readonly struct CubicResampler : IResampler
/// The function implements the spline algorithm.
///
///
- ///
- /// The function implements the Robidoux Sharp algorithm.
- ///
- ///
public static readonly CubicResampler Spline = new(2, 1, 0);
///