diff --git a/src/Avalonia.Visuals/Rendering/ICustomSimpleHitTest.cs b/src/Avalonia.Visuals/Rendering/ICustomSimpleHitTest.cs
index 245888a351..f71f9879e6 100644
--- a/src/Avalonia.Visuals/Rendering/ICustomSimpleHitTest.cs
+++ b/src/Avalonia.Visuals/Rendering/ICustomSimpleHitTest.cs
@@ -17,10 +17,6 @@ namespace Avalonia.Rendering
///
/// Allows customization of hit-testing for all renderers.
///
- ///
- /// Note that this interface can only used to make a portion of a control non-hittable, it
- /// cannot expand the hittable area of a control.
- ///
public interface ICustomHitTest : ICustomSimpleHitTest
{
}