mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +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; }
 | 
			
		||||
@@ -641,4 +641,4 @@ public class Segment
 | 
			
		||||
            _originalSegment = segment;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user