From 8d06daf35589c4378f4148baa99a109ef1159ae0 Mon Sep 17 00:00:00 2001 From: PascalSenn Date: Tue, 19 Nov 2024 06:09:22 +0100 Subject: [PATCH] Fixed typo in `Segment` description (#1687) --- src/Spectre.Console/Rendering/Segment.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Spectre.Console/Rendering/Segment.cs b/src/Spectre.Console/Rendering/Segment.cs index 9f36a772c..a757d6fdc 100644 --- a/src/Spectre.Console/Rendering/Segment.cs +++ b/src/Spectre.Console/Rendering/Segment.cs @@ -25,7 +25,7 @@ public class Segment public bool IsWhiteSpace { get; } /// - /// Gets a value indicating whether or not his is a + /// Gets a value indicating whether or not this is a /// control code such as cursor movement. /// public bool IsControlCode { get; } @@ -641,4 +641,4 @@ public void Reset(Segment segment) _originalSegment = segment; } } -} \ No newline at end of file +}