Browse Source

Merge pull request #9568 from AvaloniaUI/fix-typo-in-rect.cs

Fix typo in Rect.cs
Max Katz 3 năm trước cách đây
mục cha
commit
21e78fd221
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Avalonia.Base/Rect.cs

+ 1 - 1
src/Avalonia.Base/Rect.cs

@@ -243,7 +243,7 @@ namespace Avalonia
         }
 
         /// <summary>
-        /// Determines whether a point in in the bounds of the rectangle.
+        /// Determines whether a point is in the bounds of the rectangle.
         /// </summary>
         /// <param name="p">The point.</param>
         /// <returns>true if the point is in the bounds of the rectangle; otherwise false.</returns>