diff --git a/src/Spectre.Console/Rendering/Segment.cs b/src/Spectre.Console/Rendering/Segment.cs index 9f36a77..a757d6f 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 class Segment _originalSegment = segment; } } -} \ No newline at end of file +}