Error in doc for `renderWithSeverity`
tekul opened this issue · 1 comments
tekul commented
The description seems to be wrong and also the code example looks like it's from an earlier incarnation of the API. Seems like it should be:
renderWithSeverity id (WithSeverity Informational "Flux capacitor is functional")
rather than
renderWithSeverity id Debug (WithSeverity Info "Flux capacitor is functional")
ocharles commented
Thanks for spotting this! I've updated the documentation and re-uploaded it to Hackage.