Fix XmlDoc

This also fixed it complaining there was no noun after "the"
This commit is contained in:
Brandon Thetford
2024-02-21 00:37:23 -07:00
parent 119426e442
commit 8e3538218c

View File

@@ -1,4 +1,4 @@
using System.ComponentModel;
using System.ComponentModel;
using System.Diagnostics;
namespace Terminal.Gui;
@@ -550,7 +550,7 @@ public partial class View
/// <param name="resultX">The found view screen relative column location.</param>
/// <param name="resultY">The found view screen relative row location.</param>
/// <returns>
/// The view that was found at the <praramref name="x"/> and <praramref name="y"/> coordinates.
/// The view that was found at the <paramref name="x"/> and <paramref name="y"/> coordinates.
/// <see langword="null"/> if no view was found.
/// </returns>
// CONCURRENCY: This method is not thread-safe.