mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Fix “Code” misspelling (#614)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user