From c36439b7230b58fe24a7e1f5ef9e726d3a04432f Mon Sep 17 00:00:00 2001 From: Tig Date: Tue, 30 Apr 2024 11:23:30 -0600 Subject: [PATCH] Fixed test name typo --- Terminal.Gui/View/ViewContent.cs | 4 ++-- UnitTests/View/DrawTests.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Terminal.Gui/View/ViewContent.cs b/Terminal.Gui/View/ViewContent.cs index f04f411f7..966cb0c02 100644 --- a/Terminal.Gui/View/ViewContent.cs +++ b/Terminal.Gui/View/ViewContent.cs @@ -132,8 +132,8 @@ public partial class View /// to the view. This enables virtual scrolling. /// /// - /// If a size is provided, the behavior of is overridden and the size of the - /// view will be based on ContentSize. + /// If a size is provided, the behavior of will be to use the ContentSize + /// to determine the size of the view. /// /// /// Negative sizes are not supported. diff --git a/UnitTests/View/DrawTests.cs b/UnitTests/View/DrawTests.cs index 6cfa1b98d..0586e934a 100644 --- a/UnitTests/View/DrawTests.cs +++ b/UnitTests/View/DrawTests.cs @@ -1110,7 +1110,7 @@ public class DrawTests (ITestOutputHelper _output) ******* ******* *******")] - public void Daw_Text_Alignment (string text, TextAlignment textAlignment, string expectedText) + public void Draw_Text_Alignment (string text, TextAlignment textAlignment, string expectedText) { View view = new () {