We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1416272 + d497d78 commit 04d3878Copy full SHA for 04d3878
README.md
@@ -306,7 +306,7 @@ Turns pascalcased strings into sentences.
306
```kotlin
307
"PascalCaseInputStringIsTurnedIntoSentence".humanize() => "Pascal case input string is turned into sentence"
308
"Underscored_input_String_is_turned_INTO_sentence".humanize() => "Underscored input String is turned INTO sentence"
309
-""HTMLIsTheLanguage".humanize() => "HTML is the language"
+"HTMLIsTheLanguage".humanize() => "HTML is the language"
310
311
"CanReturnTitleCase".humanize(LetterCasing.Title) => "Can Return Title Case"
312
0 commit comments