-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update docs to include collection humanization #271
update docs to include collection humanization #271
Conversation
@@ -14,6 +14,7 @@ Humanizer meets all your .NET needs for manipulating and displaying strings, enu | |||
- [Dehumanize Enums](#dehumanize-enums) | |||
- [Humanize DateTime](#humanize-datetime) | |||
- [Humanize TimeSpan](#humanize-timespan) | |||
- [Humainze Collections](#humanize-collections) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo on the link title.
new SomeClass { SomeInt = 3, SomeString = "Three" } | ||
}; | ||
|
||
collection.Humanize() // "Specific String, Specific String, and Specific String" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add some spaces before the outputs so the outputs line up nicely?
See what happens when you have programmers write words instead of code?! 😛 |
Haha :) There is still a Humainze typo in your description and I think the last sentence might read better as "The default separator for English is "and" but you could pass a different separator into |
Oh man I am literally the worst. Fixed. |
update docs to include collection humanization
No description provided.