mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-15 09:05:33 +08:00
Alignment => Justification Docs Fixes
This commit is contained in:
@@ -53,7 +53,7 @@ You can also specify it via an extension method:
|
||||
|
||||
```csharp
|
||||
var rule = new Rule("[red]Hello[/]");
|
||||
rule.LeftAligned();
|
||||
rule.LeftJustified();
|
||||
AnsiConsole.Write(rule);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user