From 4e9f0d40f5204759dcac1b70d209d679c5a8817c Mon Sep 17 00:00:00 2001 From: RW Date: Mon, 25 Mar 2024 20:49:27 +0100 Subject: [PATCH] Update strings.go --- strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //