Fixed typo in Segment description (#1687)

This commit is contained in:
PascalSenn 2024-11-19 06:09:22 +01:00 committed by GitHub
parent cecfdc386c
commit 8d06daf355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ public class Segment
public bool IsWhiteSpace { get; }
/// <summary>
/// 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.
/// </summary>
public bool IsControlCode { get; }
@ -641,4 +641,4 @@ public class Segment
_originalSegment = segment;
}
}
}
}