mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
spelling
This commit is contained in:

committed by
Patrik Svensson

parent
f417e297cd
commit
041aea2ae5
@ -189,7 +189,7 @@ namespace Spectre.Console.Internal
|
||||
var normalized = rgb ?? string.Empty;
|
||||
if (normalized.Length >= 3)
|
||||
{
|
||||
// Trim parenthesises
|
||||
// Trim parentheses
|
||||
normalized = normalized.Substring(3).Trim();
|
||||
|
||||
if (normalized.StartsWith("(", StringComparison.OrdinalIgnoreCase) &&
|
||||
|
Reference in New Issue
Block a user