Skip to content

Commit

Permalink
Fixed typo in Segment description (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Nov 19, 2024
1 parent cecfdc3 commit 8d06daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spectre.Console/Rendering/Segment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down Expand Up @@ -641,4 +641,4 @@ public void Reset(Segment segment)
_originalSegment = segment;
}
}
}
}

0 comments on commit 8d06daf

Please sign in to comment.