chore: fix some comments (#7201)

Signed-off-by: momantech <cuimoman@qq.com>
This commit is contained in:
momantech
2025-03-24 22:32:39 +08:00
committed by GitHub
parent 7c76d534d3
commit 1bb184aa09
3 changed files with 3 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ func sectionsFromReadme(readme string) error {
}
}
if section != 4 {
return fmt.Errorf("Sections incomplete or ordered wrong: %q, want (at least): Name, Descripion, Syntax and Examples", readme)
return fmt.Errorf("Sections incomplete or ordered wrong: %q, want (at least): Name, Description, Syntax and Examples", readme)
}
return nil
}