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

Wrong type signatures in documentation #41

Open clojj opened 4 years ago

clojj commented 4 years ago

In the if.... functions section, instead of modelValidator : Validator Model String it should be modelValidator : Validator String Model