Skip to content

Commit 301b082

Browse files
authored
Update strings.go
1 parent 999a088 commit 301b082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func DefaultString(value string, defaultValue string) string {
6969
return value
7070
}
7171

72-
// IfToUpper returns an lowercase version of the input ASCII string.
72+
// IfToLower returns an lowercase version of the input ASCII string.
7373
//
7474
// It first checks if the string contains any uppercase characters before converting it.
7575
//

0 commit comments

Comments
 (0)