From 576cdee2fabed598729f1fba3ddd322a7bb8ee11 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 6 Mar 2024 21:09:52 -0700 Subject: [PATCH] Updated api docs --- Terminal.Gui/View/Layout/ViewLayout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/View/Layout/ViewLayout.cs b/Terminal.Gui/View/Layout/ViewLayout.cs index 264febf98..ab486ca10 100644 --- a/Terminal.Gui/View/Layout/ViewLayout.cs +++ b/Terminal.Gui/View/Layout/ViewLayout.cs @@ -333,7 +333,7 @@ public partial class View } /// - /// The that that separates a View from other SubViews of the same + /// The that enables separation of a View from other SubViews of the same /// SuperView. The margin offsets the from the . /// ///