dfinke / PowerShellHumanizer

PowerShell Humanizer wraps Humanizer: meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Apache License 2.0
120 stars 18 forks source link

readme says Truncate(3,"Words") gives 3 chars #14

Closed MarkWhybird closed 6 years ago

MarkWhybird commented 6 years ago

From the readme file:

PS C:\> 'then add nodes under it.'.Truncate(3,"Words")
th…

Pretty sure the output would be then add nodes…

dfinke commented 6 years ago

Thanks, fixed