diff --git a/html/Shpadoinkle/Html/Event/Basic.hs b/html/Shpadoinkle/Html/Event/Basic.hs index 66a34cb1d0c0d465198bac7cd195c2bd9c41bb4e..3cf3628a7fc28f5f95fe75fdbd2f25696d6f6ef4 100644 --- a/html/Shpadoinkle/Html/Event/Basic.hs +++ b/html/Shpadoinkle/Html/Event/Basic.hs @@ -15,7 +15,7 @@ -- functions as well without using this module. For those who like a typed -- DSL with named functions and overloading, this is for you. -- --- All listeners come in 4 flavors. Unctuous flavors. Plain ('onInput'), continuous ('onInputC'), monadic ('onInputM'), and forgetful ('onInputM_'). +-- All listeners come in 4 flavors: plain ('onInput'), continuous ('onInputC'), monadic ('onInputM'), and forgetful ('onInputM_'). -- -- A flavor providing access to the 'RawNode' and the 'RawEvent' are not provided -- here. If you want access to these, try the 'listenRaw' constructor. The intent