From 2849f9c854af3efc5d931fea9d9d42d99af69e54 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Wed, 18 Aug 2021 13:03:28 -0400 Subject: [PATCH] fixing #144 --- html/Shpadoinkle/Html/Event/Basic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/Shpadoinkle/Html/Event/Basic.hs b/html/Shpadoinkle/Html/Event/Basic.hs index 66a34cb1..3cf3628a 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 -- GitLab