chore: rune

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2023-03-21 09:35:17 -05:00
parent ca69dab3c0
commit 49901ef20d
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func (cl ContributorList) Swap(i, j int) {
cl[i], cl[j] = cl[j], cl[i]
}
// CleanTitle returns the string with spaces trimmed and the first character title-cased
// CleanTitle returns the string with spaces trimmed and the first rune title-cased
func CleanTitle(s string) string {
s = strings.TrimSpace(s)