From 8e3538218c46beddabed937356ff0daa52a4be5b Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 21 Feb 2024 00:37:23 -0700 Subject: [PATCH] Fix XmlDoc This also fixed it complaining there was no noun after "the" --- Terminal.Gui/View/Layout/ViewLayout.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/View/Layout/ViewLayout.cs b/Terminal.Gui/View/Layout/ViewLayout.cs index e58846f0f..7119fd920 100644 --- a/Terminal.Gui/View/Layout/ViewLayout.cs +++ b/Terminal.Gui/View/Layout/ViewLayout.cs @@ -1,4 +1,4 @@ -using System.ComponentModel; +using System.ComponentModel; using System.Diagnostics; namespace Terminal.Gui; @@ -550,7 +550,7 @@ public partial class View /// The found view screen relative column location. /// The found view screen relative row location. /// - /// The view that was found at the and coordinates. + /// The view that was found at the and coordinates. /// if no view was found. /// // CONCURRENCY: This method is not thread-safe.