mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-03 10:27:58 +08:00
Fixed typo in Segment
description (#1687)
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user