diff --git a/src/Avalonia.Base/Platform/IGeometryImpl.cs b/src/Avalonia.Base/Platform/IGeometryImpl.cs
index 8760f9ed8a..5826cfb2ff 100644
--- a/src/Avalonia.Base/Platform/IGeometryImpl.cs
+++ b/src/Avalonia.Base/Platform/IGeometryImpl.cs
@@ -38,7 +38,7 @@ namespace Avalonia.Platform
/// Intersects the geometry with another geometry.
///
/// The other geometry.
- /// A new representing the intersection.
+ /// A new representing the intersection or null when the operation failed.
IGeometryImpl? Intersect(IGeometryImpl geometry);
///