Skip to content

Commit 04d3878

Browse files
committed
Merge pull request #18 from thatJavaNerd/patch-1
Remove extra quote in readme
2 parents 1416272 + d497d78 commit 04d3878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Turns pascalcased strings into sentences.
306306
```kotlin
307307
"PascalCaseInputStringIsTurnedIntoSentence".humanize() => "Pascal case input string is turned into sentence"
308308
"Underscored_input_String_is_turned_INTO_sentence".humanize() => "Underscored input String is turned INTO sentence"
309-
""HTMLIsTheLanguage".humanize() => "HTML is the language"
309+
"HTMLIsTheLanguage".humanize() => "HTML is the language"
310310

311311
"CanReturnTitleCase".humanize(LetterCasing.Title) => "Can Return Title Case"
312312

0 commit comments

Comments
 (0)