mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Fix “Code” misspelling (#614)
This commit is contained in:
parent
3597a94818
commit
95073b1586
2 changed files with 13 additions and 13 deletions
|
@ -38,7 +38,7 @@ pub fn main(cli: &Cli) -> Result<()> {
|
|||
output.push('\n');
|
||||
}
|
||||
|
||||
output.push_str("| Coade | Name | Message | Fix |");
|
||||
output.push_str("| Code | Name | Message | Fix |");
|
||||
output.push('\n');
|
||||
output.push_str("| ---- | ---- | ------- | --- |");
|
||||
output.push('\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue