Skip to content

Commit

Permalink
you'd think by now I'd be able to get the name right...
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-edwards committed May 21, 2014
1 parent e9caca9 commit ce63903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ TimeSpan.FromMilliseconds(5).Humanize() => "5 milisekúnd"

###<a id="humanize-collections">Humanize Collections</a>

You can call `Humanize` on any `IEnumerable` to get a nicely formatted string representing the objects in the collection. By default `ToString()` will be called on each item to get its representation but a formatting function may be passed to `Humanize` instead. Additionally, a default separator is provided("and" in English), but a different separator may be passed into `Humainze`.
You can call `Humanize` on any `IEnumerable` to get a nicely formatted string representing the objects in the collection. By default `ToString()` will be called on each item to get its representation but a formatting function may be passed to `Humanize` instead. Additionally, a default separator is provided("and" in English), but a different separator may be passed into `Humanize`.

For instance:

Expand Down

0 comments on commit ce63903

Please sign in to comment.