Skip to content

Commit

Permalink
Documented StringHumanizeExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester authored and MehdiK committed Apr 18, 2014
1 parent b7a7302 commit a8e4d1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Humanizer/StringHumanizeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace Humanizer
{
/// <summary>
/// Contains extension methods for humanizing string values.
/// </summary>
public static class StringHumanizeExtensions
{
static string FromUnderscoreDashSeparatedWords (string input)
Expand Down

0 comments on commit a8e4d1d

Please sign in to comment.