rtfeldman / elm-validate

Convenience functions for validating Elm data.
http://package.elm-lang.org/packages/rtfeldman/elm-validate/latest
BSD 3-Clause "New" or "Revised" License
145 stars 28 forks source link

correcting documentation for validators that return a context #33

Open taj opened 5 years ago

taj commented 5 years ago

I've corrected the documentation for validator functions that return a context (ifNotInt and ifInvalidEmail).

This change was implemented in version 3.0.0

Issue 32