Skip to content

Commit

Permalink
Update strings.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Mar 25, 2024
1 parent 0a843fb commit 4e9f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 4e9f0d4

Please sign in to comment.