mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-25 04:32:51 +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; }
|
public bool IsWhiteSpace { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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.
|
/// control code such as cursor movement.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsControlCode { get; }
|
public bool IsControlCode { get; }
|
||||||
@ -641,4 +641,4 @@ public class Segment
|
|||||||
_originalSegment = segment;
|
_originalSegment = segment;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user