elm-community / string-extra

String helper functions for Elm.
http://package.elm-lang.org/packages/elm-community/string-extra/latest
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Documentation: correct ellipsis description and examples #15

Closed ybakos closed 7 years ago

ybakos commented 7 years ago

The descriptions and examples of ellipsis, ellipsisWith and softEllipsis were inaccurate.

Correct the descriptions and the examples to reflect the actual functions' behaviors.

lorenzo commented 7 years ago

Thanks for fixing all those mistakes :)