We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaf907 commit d06214eCopy full SHA for d06214e
1 file changed
Swift-Extension/Extensions/ExString.swift
@@ -82,7 +82,7 @@ extension String {
82
}
83
84
//MARK : - For First Capital letter of String
85
- func capitalizingFirstLetter() -> String {
+ private func capitalizingFirstLetter() -> String {
86
let first = String(self.prefix(1)).capitalized
87
let other = String(self.dropFirst())
88
return first + other
0 commit comments