seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
666 stars 14 forks source link

Fix bug in "errorMessagesFor" example #49

Closed yurilaguardia closed 1 year ago

yurilaguardia commented 1 year ago

This example of the errorMessagesFor function returns a string array, but the example in the README was trying to access an unexisting message property on the result instead of indexing that array.