mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 15:42:50 +08:00
Fixed typo in Segment
description (#1687)
This commit is contained in:
parent
cecfdc386c
commit
8d06daf355
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user