Fix “Code” misspelling (#614)

This commit is contained in:
Anders Kaseorg 2022-11-05 16:28:52 -07:00 committed by GitHub
parent 3597a94818
commit 95073b1586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -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');