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 999a088 commit 301b082
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 @@ -69,7 +69,7 @@ func DefaultString(value string, defaultValue string) string {
return value
}

// 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 301b082

Please sign in to comment.