ajnsit / concur-documentation

Documentation for Concur
https://ajnsit.github.io/concur-documentation/
66 stars 10 forks source link

Possible mistake on README.md #2

Closed tomcumming closed 5 years ago

tomcumming commented 5 years ago
showGreeting :: Widget HTML unit
showGreeting greeting = div'
  [ text (greeting <> " Sailor!")
  , void $ button [onClick] [text "restart"]
  ]

Should the type be String -> Widget HTML unit

ajnsit commented 5 years ago

Fixed. Thanks!