We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a088 commit 301b082Copy full SHA for 301b082
strings.go
@@ -69,7 +69,7 @@ func DefaultString(value string, defaultValue string) string {
69
return value
70
}
71
72
-// IfToUpper returns an lowercase version of the input ASCII string.
+// IfToLower returns an lowercase version of the input ASCII string.
73
//
74
// It first checks if the string contains any uppercase characters before converting it.
75
0 commit comments