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.
CamelCaser
1 parent 2a9231d commit c0438d1Copy full SHA for c0438d1
Sources/GRPCProtobufCodeGen/CamelCaser.swift
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-package struct CamelCaser {
+package enum CamelCaser {
18
/// Converts a string from upper camel case to lower camel case.
19
package static func toLowerCamelCase(_ input: String) -> String {
20
guard let indexOfFirstLowercase = input.firstIndex(where: { $0.isLowercase }) else {
0 commit comments