diff --git a/strings.go b/strings.go index 47af92d..d05c5f6 100644 --- a/strings.go +++ b/strings.go @@ -26,7 +26,7 @@ func ToUpper(b string) string { return UnsafeString(res) } -// IfToUpper returns an lowercase version of the input ASCII string. +// IfToLower returns an lowercase version of the input ASCII string. // // It first checks if the string contains any uppercase characters before converting it. //