From c884e38220df192290d05b5cf79bcbecdca11c4b Mon Sep 17 00:00:00 2001 From: Daniil Pavliuchyk Date: Wed, 30 Nov 2022 03:01:49 +0200 Subject: [PATCH] Fix typo --- src/Avalonia.Base/Rect.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Base/Rect.cs b/src/Avalonia.Base/Rect.cs index 7930228d99..a91b089a33 100644 --- a/src/Avalonia.Base/Rect.cs +++ b/src/Avalonia.Base/Rect.cs @@ -243,7 +243,7 @@ namespace Avalonia } /// - /// Determines whether a point in in the bounds of the rectangle. + /// Determines whether a point is in the bounds of the rectangle. /// /// The point. /// true if the point is in the bounds of the rectangle; otherwise false.